View Single Post
  #10  
Old 12-07-2001, 07:42 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
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.
Reply With Quote