Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Advance Editor

11 years ago

...Doesn't let you minus twice in a row. Example:

3-2-1 = 2

It skips the minus in the middle. 

Advance Editor

11 years ago

I haven't noticed a problem with it - but if you need to, just separate it with parenthesis and it should work fine.

(3 - 2) - 1 = 0

* Also - the above is actually correct when you look at it from the other way around (paren added for emphasis) :

3 - (2 - 1) = 2

Advance Editor

11 years ago

Not a bug, per se, see Berka's reply.