The ! (for not) does not work in $calc.. although I'd swear it worked in 6.03.

Also, some of my /if statements are returning false when they should return true.

Example: if ($nick != $eval(% $+ person $+ %turn.fight, 2))

where %turn.fight is either 1 or 2, and %person1 and %person2 store two names.

sometimes it returns the correct result, sometimes not... I surely hope I am the one that's doing something wrong.