
10-21-2001, 11:34 PM
|
|
Legendary Red Fish
|
 |
Join Date: Mar 2001
Location: Western PA
Posts: 2,384
|
|
|
if (created) {
show;
}
if (playertouchsme) {
play stonemove.wav;
x=x+1;
sleep .2;
x=x+1;
sleep .2;
x=x+1;
}
and
if (created) {
show;
}
if (playertouchsme) {
play stonemove.wav;
x=x-1;
sleep .2;
x=x-1;
sleep .2;
x=x-1;
}
Would that work? |
__________________

The infamous red fish is back.
-aim- | Andrew5656
-email- | [email protected]
-quote- | "You dont need a weatherman to know which way the wind blows."
"Its funny. The end of time has just begun."-Bob Dylan
|
|
|
|