Started by
_Cr1ssG4m3r_
on
Topic category: User side tutorials
I want to create an item, that when I press right click I change for another and the previous one is deleted in any slot of the inventory, how can I do it in the events tab?
Create a procedure in the event ”When player right-click”. After, give the new item to the player in his main hand of offhand (in checking where the player had the item), and finally, remove the item of the inventory (Put a ”Remove [item] [maximal number of item of the inventory] of the inventory”).
Could you show me with images?