The closest thing i have come up with on my own is something like ...
Code: Select all
/for counter 0 to ${SpawnCount}
/if (${Spawn[${counter}].X}==PHlocX) /if (${Spawn[${counter}].Y}==PHlocY) /if (${Spawn[${counter}].Z}==PHlocZ) /echo PH IS UP
/next counter
This just seems to... ugly I guess, I was wondering if there was a way to check spawns by loc without actually having the target or ID.
Thanks in advance, if im being a dumbass and not see'ing something, go ahead with the flames.



