Quote:
scan party
might save healers a bit of trouble from setting up a handful of aliases and
commands if we can scan our party that easily instead or instead of spamming
themselves with p status
Just alias the tanks when the party gets rollin (or better yet, while waiting channu from reload or something..):
alias __tanks__ Player1|Player2|Player3
command xx grep \'__tanks__\' party status short
or do the alias separately:
alias __tank1__ Player1 ..etc
command xx grep \'__tank1__|__tank2__|__tank3__\' party status short
Grep is a fine tool, learn to use it. Kudos to whomever coded it.
Cheers,
-T