Quote:
Originally posted by Kaimetsu
Not a command!
|
Yeah, a condition, I think its a common scripter habbit to call everything a command...
Quote:
Originally posted by Stefan
I think all here were wrong 
If you do playerx in this.arrayX then it checks if playerx
is in the array (the exact value of playerx, so its only
true if its equal to one of the 5 entries of the array).
To check for a range do
playerx in |x+1,x+5|
|
you could also do:
NPC Code:
int(playerx) in |this.arrayX|
right?