Thread: Problem -.-
View Single Post
  #9  
Old 01-15-2004, 03:31 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Re: Problem -.-

Quote:
Originally posted by TheStivi
if (this.walk=1) setani aol_walk,;
Use '==' when comparing two values for equality.
Use '=' when assigning a value to a variable.

So, in that case:

NPC Code:

if(this.walk==1){
//stuff;
}



.. is better.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote