How to check if an item is inside a GUI

Started by God_Of_Wood on

Topic category: User side tutorials

Last seen on 16:55, 21. Nov 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to check if an item is inside a GUI

I need to check if an item is inside a specific GUI in order to run a procedure, how could I go about doing this?

Last seen on 23:43, 17. Mar 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in the GUI, go in the…
Fri, 11/10/2023 - 17:50

in the GUI, go in the procedures thongs, and on the "on GUI open tick update", make a new procedure for it, it should then be obvious what you'll have to do

Last seen on 16:55, 21. Nov 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've tried to do this, but I…
Mon, 11/13/2023 - 13:47

I've tried to do this, but I don't know if I'm doing it right.

 

This is the code I'm using to check if the items are in their GUI spot: https://postimg.cc/JG0DQ2tX

 

And this is the code I'm using to do something if 'true': https://postimg.cc/qNCNP6sM