- Joined
- Jun 25, 2021
- Messages
- 1,093
- Reaction score
- 1,579
- First Language
- English
- Primarily Uses
- RMMZ
Unless I'm misunderstanding the help documentation, I think you can actually just put that note tag directly on the armor itself, without the need for a state.I would just give the armors a passive state.
You can make the state do what you asked by giving it:
Code:<JS Post-Damage as User> if (!target.isDead() && Math.random()<.5) target.addState(64); </JS Post-Damage as User>