Is Party Member
Description
A comparison condition that matches if the target shares a party with the caster (both are members of the same party).
Returns false if either the caster or the target is not in a party, or if they are in different parties.
Attributes
This condition takes no attributes.
Examples
Only affect party members within range:
Skills:
- skill{s=PartyBuff} @PlayersInRadius{r=15} ?isPartyMember
Deal damage only to targets outside the caster's party:
- damage{amount=8} @target ?!isPartyMember
Aliases
- sameParty