View Single Post
  #2  
Old 09-09-2005, 02:49 PM
Sildae Sildae is offline
Elven sorceress!
Sildae's Avatar
Join Date: Dec 2001
Location: Lothlòrien
Posts: 159
Sildae is on a distinguished road
NPC Code:
if (playerenters) {
if (this.last_opened + 2 < timevar2)
show;
}

if (playertouchsme) {
hide;
this.last_opened = timevar2;
timeout = 2;
}

if (timeout) {
show;
}



Why is your door hiding clientside? Do you want people to appear to magically pass through closed doors?
__________________
"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man."
-- George Bernard Shaw
Reply With Quote