Rob H
January 20th, 2005, 02:36 PM
I notice in the script editor that there are two buttons 'Goto if result <> 0' and
'Goto if result = 0'
Shouldn't that be 'nil' rather than '0'?
For that matter shouldn't '<>' be '~='? It will only confuse people new to LUA if you use <> where you'd need to use ~= in LUA scripts.
'Goto if result = 0'
Shouldn't that be 'nil' rather than '0'?
For that matter shouldn't '<>' be '~='? It will only confuse people new to LUA if you use <> where you'd need to use ~= in LUA scripts.