Thread
:
Problem -.-
View Single Post
#
9
01-15-2004, 03:31 PM
osrs
Graalian since 1998
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
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 /
osrs
View Public Profile
View GraalOnline Profile
Visit osrs's homepage!
Find all posts by osrs