Another thing about procedures

Started by Axle 'The Reap… on

Topic category: Advanced modding

Last seen on 17:22, 10. Oct 2019
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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?