NPC Code: //Npc made by Adam If (playerenters) { showlocal; } if (playertouchsme) { hidelocal; }
//Npc made by Adam If (playerenters) { showlocal; } if (playertouchsme) { hidelocal; }
NPC Code: if (playerchats) { tokenize #c; }
if (playerchats) { tokenize #c; }
NPC Code: if (playertochsme) { message #t(#c); }
if (playertochsme) { message #t(#c); }