Another thing about procedures

Started by Axle 'The Reap… on

Topic category: Advanced modding

Active 5 years ago
Joined Sep 2018
Points:
685

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
Another thing about procedures

So I need more help with procedures, specifically replacing an item in the player inventory when it is used. It needs to work with a weapon.
I've already tried "Remove Item then Add item" and that didn't work; I also tried "If item is found in inventory, do Remove Item then Add item" and that didn't work either.

Another thing is how would I create an inventory that can only be opened with a keybind when holding a specific item?

And lastly, is there a way to do an algebra style "x + 1" type equation?