NPC Code:if (playerchats&&strequals(#c,blahblah)) { hidelocal; dontblocklocal; setplayerprop #c,; timeout = 3; } if (timeout) { showlocal; blockagainlocal; }
if (playerchats&&strequals(#c,blahblah)) { hidelocal; dontblocklocal; setplayerprop #c,; timeout = 3; } if (timeout) { showlocal; blockagainlocal; }