Going way back, there is an event to change equipment in RMXP... I used one in my RMXP game. Its on page 3 of the events and it says "Changed equipped items".
Not hard to notice. RMXP isn't that inadvanced.
Also, you can upgrade the master Sword through series of events. Once you would be upgraded chnage the equipment to remove the master sword and change equipment to the master sword lv.2 or whatever. Use a switch to show what sword you have. And lastly, why does everyone who uses RMXP rely entirely on scripts. If they find a good script that they want/need, use it.
But I wouldn't say "I wish I could do so & so. Now I'll go look for a script for it because I don't feel like wasting my time on experimenting for about 30 minutes until I make a slightly iffy script using event commands and NO SCRIPT!"
I never use scripts! I have a folder of scripts on my comp, and unless I see an interesting one posted here, nothing is added nor deleted from my folder. I only use scripts if I have them. Maybe if I NEEDED and ABS, I could search for it.
But searching for a ridiculously specific script means you have to DO IT YOURSELF!
Sorry if I sound offending. :oops:
But anyway, even with Locked equipment, when you change equipment, you are still locked, but are equipped with a different thing. ANd also, you must add an item to the inventory before you can equip it with event commands.
Meaning this:
<equip> master sword lv.2
Would not work.
But this:
<add item> master sword lv. 2
<equip> master sword lv. 2
Does work.
Understand? Good. Glad to help.