skript-gui
skript-gui copied to clipboard
Get ItemStack of guiInventory
It's possible to add a expression for get the ItemStack of guiinventory ?
Exemple: gui slot 0 of gui with id "ID" → 64 of dirt
You can actually do this with normal Skript if you know the slot index
Ex: slot 10 of gui
However I think it would be useful to have a skript-gui specific one so that something like slots "x" of gui is possible