Thread: NPC-Server
View Single Post
  #22  
Old 03-30-2008, 12:13 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Skyld View Post
'var' is a bit of an ambiguous variable name in any case, it is probably better to give variables relevant names. It's awful having to read through scripts with things like this.var, this.var1, this.var2, since such names are semantically useless.
But I like to use temp.var, because I dont want to think up a variable name for things like that, and stuff like temp.v is too short I think.
Reply With Quote