I'm actually using an old version of RMVXA Lite, but as I can't get online anymore on my computer/laptop I can't really update.. So I'm not sure if this was addressed at some point. I tried searching but nothing came up (I'm probably using the wrong search terms).
Any how, when I use the script section of a conditional branch using <= or >= it seems to add one.
For example, I had one set so if an event's x less than or equal to 11 and and greater or equal to 3 then something else would happen, but it counted it as if x was between 2 and 12 instead.
I guess I could just make it 10 and 4 instead, or make it just < and > instead, but in some cases I prefer the or equal to option..
Is it just me with this issue, or am I doing something wrong?