Thread: scripts bish
View Single Post
  #5  
Old 09-28-2002, 03:09 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by R0b1n-NPC
//#editor.option-explicit
But there isn't a standard way of declaring variables. Every variable that is mentioned in the script is immediately declared on loading the level, and people are used to that. So I might just let this.doobydoo use its default zero value and start manipulating it halfway through the script. It's not an error, it's just a different style. If you wanna check for similar-but-different-so-probably-misspelled names then just open the debugger and look through the listings.
__________________
Reply With Quote