Quote:
Originally posted by Xaviar
this.abs should work fine as a variable name, but abs is a command name, and therefore can't be used as a variable.
|
ACTUALLY, it CAN be used as a variable.
Check out the old boomerang script, it uses abs as a variable, and it works fine. It'll trigger an error in the editor, but abs is actually abs(), a function, so it's different than abs, a variable you could use.