Thread: npc
View Single Post
  #7  
Old 04-04-2001, 06:34 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
Erm.

I usually use:
NPC Code:
if (playertouchsme) {
hide;
dontblock;
timeout = 3;
timereverywhere;
}
if (timeout) {
show;
blockagain;
}


For doors, then I just put the link somewhere behind them.
__________________

Reply With Quote