skript-gui icon indicating copy to clipboard operation
skript-gui copied to clipboard

Get ItemStack of guiInventory

Open Frithy0 opened this issue 3 years ago • 1 comments

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

Frithy0 avatar Sep 23 '22 14:09 Frithy0

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

APickledWalrus avatar Jan 17 '23 16:01 APickledWalrus