Reply to Locking items
If you don't have an account, just leave the password field blank.
Is there any way to make it so when you select an item in the inventory nothing happens? I want to make an item that appears temporarily and while it's armed you can't change until it disappears by itself.
The only thing I've tried so far is putting if (&glob_var == 1) return; in the arm() procedure of other items. It didn't work
I don't think there's a way of making the enter key do something else is there?
The only thing I've tried so far is putting if (&glob_var == 1) return; in the arm() procedure of other items. It didn't work

I don't think there's a way of making the enter key do something else is there?