How do you this?
The closest I've managed to come is
<<(maxvel)=(xvel)> or <(maxvel)>(xvel)>>Because the ">" can also mean the end of a boolean, I think it gets confused
Last edited by RedRocker227 (2012-02-15 09:14:13)
Offline
Yep, it gets confused. It's a bug.
Offline
Oh okay. I was just wondering if there was another way of doing it.
Offline
mattlai2 wrote:
<<(maxvel) = (xvel)> or <(maxvel) > (xvel)>>Code:
[scratchblocks]<<(maxvel) = (xvel)> or <(maxvel) > (xvel)>>[/scratchblocks]I inserted extra spaces.
Ah! But it still doesn't work if you try and do an AND or an OR with TWO > comparisons in it
[scratchblocks] if <<(x) > (3)> or <(y) > (3)>> [/scratchblocks]
Offline