GUI procedure

Started by The_Freezing_C… on

Topic category: Help with MCreator software

Active 6 years ago
Joined Jan 2017
Points:
725

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
GUI procedure

Im trying to make an item with a gui. Pressing a button named eject will drop the item stored. Pressing a button named insert will accept the item you want to store (basically a cassette player). How would I make this with a procedure? i have already made the GUI.

Active 5 hours ago
Joined Aug 2016
Points:
3282

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 12
  • Comments: 2819
So if I understand, you want…
Fri, 03/08/2019 - 01:50

So if I understand, you want to create an item lime a backpack ? If it is that, you have to create an inventory in your GUI and name it. After, create your GUI. Finally, create a procedure for that when player right click with item the GUI open.