How do I make an event where you get rid of a weapon

● ARCHIVED · READ-ONLY
Started by SonicXAssassin 4 posts View original ↗
  1. 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.
  2. [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.
  3. 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
  4. thank you.