Howdy!
I want the following:
The player has a weapon equipped of his choice.
For a short period of time, I want him unable to equip it.
Then, I want him to be allowed to unequip it.
What I have done so far is assigned the player's wielded weapon to a variable (call it "weapon"), and then used equipitem(weapon, true, true) to equip it again and lock him to it, but how do I release the lock to the weapon?
Thank you.