So, I was making a skript and my goal was when a player right clicks on a gold block, an (existing) gui would open, in this case,
on right click on gold block:
if block below event-block is red wool:
open {_gui} to player
but then I looked for help and a friend told me, "if the premade gui is already stored in a variable, then you do"
So, how can I store my gui in variable to open existing gui when right clicked on gold block?
on right click on gold block:
if block below event-block is red wool:
open {_gui} to player
but then I looked for help and a friend told me, "if the premade gui is already stored in a variable, then you do"
So, how can I store my gui in variable to open existing gui when right clicked on gold block?