Is Friend
Description
A comparison condition that matches if the target is on the caster's friends list.
The check is directional: it reads the caster's friends list and tests whether the target is on it.
Attributes
This condition takes no attributes.
Examples
Only affect nearby players who are friends of the caster:
Skills:
- skill{s=GroupHeal} @PlayersInRadius{r=10} ?isFriend
Skip a target that is not a friend:
- damage{amount=5} @target ?!isFriend
Aliases
- friend