Hello!
I've a question: Supposing that my character was arrested with an item equipped and sent to the jail. When the character has exited the jail by using the bed, how can I avoid that item to be automatically equipped again?
Thank you.
Hello!
I've a question: Supposing that my character was arrested with an item equipped and sent to the jail. When the character has exited the jail by using the bed, how can I avoid that item to be automatically equipped again?
Thank you.
The possible solution I've found at the moment:
I've put a condition for IsInMenumode() on the OnEquipped event
If you're not in menu mode, then immediatley unequip the item.
This seems to work when you see your inventory menu or the favorites menu. However doesn't not works if you've shortcut the item.