NPC Code: If (playertouchsme) { hide; sleep 2; show; }
If (playertouchsme) { hide; sleep 2; show; }
NPC Code: if (playertouchsme) { hide; timeout=2; if (timeout) { show; } }
if (playertouchsme) { hide; timeout=2; if (timeout) { show; } }