Started by
Axle 'The Reap…
on
Topic category: Advanced modding
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?
You might want to check this tutorial playlist, it contains quite a few tutorials related to procedures: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
thx