Thread: sliding doors.
View Single Post
  #1  
Old 10-21-2001, 12:53 PM
spi spi is offline
mmm cookies..
spi's Avatar
Join Date: May 2001
Location: NOT CANADA
Posts: 2,769
spi is on a distinguished road
Send a message via AIM to spi Send a message via Yahoo to spi
sliding doors.

I need a sliding door script that slides over 3 tiles left. And another that slides over 3 tiles right.

I believe there was one like
NPC Code:
f (housegateopen) {
set gateisopen;
play stonemove.wav;
for (i=0; i<64; i++) {
x += 1/16;
sleep 0.05;
}
}



but i can't figure out how to get that to move exactly 3 tiles. :|
(I want the stonemove.wav to play in it, too.)
Thanks.
Reply With Quote