For a plot reason in my game I need to get get rid of weapon so the player can't equip it. I looked at all of the command in the event editor and I can't figure out how to to do it.
How do I make an event where you get rid of a weapon
● ARCHIVED · READ-ONLY
-
-
[move]MV Support[/move]Tutorials is for presenting tutorials that you wrote yourself, that is why it is always moderated.
Depends on what exactly you want - if you want to remove the weapon from inventory, you do so by the change weapon command. Make sure to include equipment for removal and remove a high enough number to always get to zero.
If you want to prevent that actor from temporarily equipping any weapon but not remove them from inventory, create a state that seals the weapon slot and apply that to the actor. -
There's the change Weapon command in the event menu when you're selecting commands.
You can use that to change weapons in your inventory and remove them; you can check the box and also include removing equipment.
http://prntscr.com/fswyf3 -
thank you.