Thread: door
View Single Post
  #2  
Old 11-09-2001, 08:52 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
OMFG!!!

NPC Code:

If (playertouchsme) {
hide;
sleep 2;
show;
}


OR
NPC Code:
 
if (playertouchsme) {
hide;
timeout=2;
if (timeout) {
show;
}
}



i dunno if its like the ones on g2k1 actually im not sure what u are talking about but that is a simple door script
__________________
Reply With Quote