Thread: Slideing door
View Single Post
  #8  
Old 08-30-2001, 11:00 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Quote:
Originally posted by Falcor
NPC Code:

if(playerchats && strequals(#g,GUILDNAME)){
if(strequals(#c,open door)&&dooropen==0){
dooropen=2;
move -5,0,10,0;
sleep 10;
dooropen=1;
}else if(strequals(#c,close door)&&dooropen==1){
dooropen=2;
move 5,0,10,0;
sleep 10;
dooropen=0;
}
}



Why make life harder and lag more?
humm wow I forgot about the move command lol...
__________________
Thanks,
-KJL
Reply With Quote