PDA

View Full Version : Goto if result



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.

Ron
January 20th, 2005, 02:39 PM
I'd have to think about the nil vs. 0.

Yeah I should change the label there.