OMFG!!!
NPC Code:
If (playertouchsme) {
hide;
sleep 2;
show;
}
OR
NPC Code:
if (playertouchsme) {
hide;
timeout=2;
if (timeout) {
show;
}
}
i dunno if its like the ones on g2k1 actually im not sure what u are talking about but that is a simple door script
