I get this error message for some of the condtion commands, here it is.
Script 'Blizz ABS Part 2' line (number here, see below): NoMethodError occurred.
Undefined method `(command here, see below)' for true:TrueClass
Next to undefined method, the commands would be >, >=, <, <=.
As for numbers, it's a different line for a different command. Here they are.
1254 for >
1257 for >=
1260 for <
1263 for <=
Also, 1258 and 1261 say <= but 1258 is suppose to be < because it says less than. Also if both of those 2 lines say <= I don't get the 1260 error, in fact no message is shown at all but the condition still isn't being met. When I change it to <, I do get the error. If the commands are == or !=. I get no error either.
This is all in Blizz ABS version 2.84. Also, the latest version of Tons is installed too.