View Single Post
  #12  
Old 07-14-2004, 05:01 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
he's just refering to your
NPC Code:

if (created)
{
dostuffhere;
}


as opposed to the more popular
NPC Code:

if (created) {
dostuffhere;
}


among some other small things, I've gotten used to both over time, so it doesn't bother me (the added spaces from the forums do, however issed: )
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote