PC Check

Status
Not open for further replies.

Marbury

Member
Joined
Jan 11, 2006
RedCents
121¢
So I am running a macro and I need a PC check. All I want it to do is to check the zone for anyone OTHER than myself.
 
Last edited:
Start of your macro:

/declare currentpcs int outer ${SpawnCount[pc]}

later on in your macro do:

/if (${SpawnCount[pc]}!=${currentpcs}) /call OHGODSTOP_SUB
 
PC Check
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart