
08-30-2001, 11:00 PM
|
|
The one, The only -
|
 |
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
|
|
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
|
|
|
|