Thread: npc
View Single Post
  #9  
Old 04-05-2001, 05:46 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Heh.

Password door script (for me):
NPC Code:
if (playerchats&&strequals(#c,blahblah)) {
hidelocal;
dontblocklocal;
setplayerprop #c,;
timeout = 3;
}
if (timeout) {
showlocal;
blockagainlocal;
}

__________________

Reply With Quote