if (playerx in |this.arrayX| && playery in |this.arrayY|) {
message Testing...;
}
Thats right.
Quote:
Originally posted by screen_name
that should work, im new to the in thing to be honest
|
I remember when i was new to in, I used to write things like this:
NPC Code:
if (playerx<45&&playerx>35&&playery<25&&playery>15) {
message testing;
}
