NPC Code: if (playerenters) { do this stuff; do that stuff; if (this == that) { do this stuff too; } else { do this stuff instead; } }
if (playerenters) { do this stuff; do that stuff; if (this == that) { do this stuff too; } else { do this stuff instead; } }