- Joined
- Apr 30, 2013
- Messages
- 28
- Reaction score
- 2
- Primarily Uses

I have tried == and this script works from the Conditional Branch feature of RPGMV. However, whenever I try => or <= it throws an error. I have tried == > and < = = and still nothing (without the spaces of course).
Try it yourself with the same array element comparison I am doing.
It works with ==
But not with any other comparison -- for example, of greater or less / equal comparisons.
Here is what I am comparing:
$gameVariables.value(294)[0] <= $gameVariables.value(295)[0]
To sum up, this works:

But this won't work => or <= or any version of it:







