
03-05-2002, 08:23 AM
|
|
Registered User
|
Join Date: Dec 2001
Location: Somewhereoffthecoastof, Paradise
Posts: 138
|
|
|
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
|
|
|
|