Any chance someone could modify this code on the GM check in the target.mac so it detects GM's online in any zone (not just the one you're in)? If so, it can twist off, end mac, camp (aka get killed by mobs). Thanks in advance.
Sub GMcheck
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/keypress 9
/endmac
/unload
/q
}
/return

