Now that == is cleared up, I'm wondering if you're going to get what you're after. If you want to know if any PCs are in the zone (besides you), I think you need something like: /if ( ${SpawnCount[pc]} > 1 ) { [ Code to run if there is someone besides you in zone ] } else { [ Code to run if it is on...