- Joined
- Jul 7, 2018
- Messages
- 48
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMMV
I'm trying to set up a condition in the troop events page that activates when a character's MP has bypassed or is equivalent to a certain amount.
After extensive testing, I find that this code, and various variations using different javascript math integers replacing the standard '>=' (e.g: '>' '===') does not function properly in ANY instance. Why is this? What am I doing wrong here?
Code:
$gameParty.leader().Mp >= 1
Attachments
-
274 KB Views: 5
