Code:
$gameParty.leader().Mp >= 1After 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?