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.