Started by
maxpingouin
on
Topic category: Help with MCreator software
Hello
Do anyone knows how to know when the player has a gui open ?
Trying to make a process bar for a machine but I can only show it completely or hide it completely
found the solution
what was the solution?
inserted the arrow picture in the GUI and linked it to a procedure checking the current process of the block at X Y Z
Can you tell me how?
If I remember well
Instead of making an overlay the arrow is an image in the gui that only appears when a value is above a specific number
I think its possible to put procedures in images so define an NBT variable for the block and make another procedure that returns true when the NBT variable is above/below/equal a specific number (make sure it returns false in case its no the case) and link it to the image in the GUI