View Single Post
  #1  
Old 09-09-2005, 10:14 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
Resolved: 'sleep' glitch

For example a simple GS1 door script:

NPC Code:
//#CLIENTSIDE
if (playertouchsme) {
hide;
sleep 2;
show;
}



With v4, if you touch the door and exit the level, the script seems to freeze. When you go back to the level with the door , it doesn't show anymore.

The script works correctly if you do not exit the level.
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote