Started by
_Ness
on
Topic category: Advanced modding
Hi, I'm trying to make it so that my armor cannot be taken off when equipped, and I'd like not to use Curse of Binding, can somebody help, please ?
Topic category: Advanced modding
Hi, I'm trying to make it so that my armor cannot be taken off when equipped, and I'd like not to use Curse of Binding, can somebody help, please ?
Maybe run a procedure for "On armor tick" that is a repeating loop with a really high number and have it constantly place the armor in the player's armor slot and remove it from the inventory at the same time so that player cant dupe the armor.
And when the player dies break out of the loop but I don't remember how to do that right now..