Thread: Arrays....
View Single Post
  #2  
Old 03-05-2002, 08:23 AM
Phenom1K Phenom1K is offline
Registered User
Join Date: Dec 2001
Location: Somewhereoffthecoastof, Paradise
Posts: 138
Phenom1K is on a distinguished road
Send a message via AIM to Phenom1K Send a message via Yahoo to Phenom1K
Dunno, I've never used arrays, but I've seen a script like this that worked:

[code]
if (playerenters){
this.arrayX={x+1,x+2,x+3,x+4,x+5};
this.arrayY={y+1,y+2,y+3,y+4,y+5};
timeout=.05;
}
if (timeout){
if (playerx in |this.arrayX| && playery in |this.arrayY|){
message Testing...;
}
timeout=.05;
}
__________________
The following is a message brought to you in part by JR

The procedding was a message brought to you in part by JR
Reply With Quote