Party Teleport
Description
Teleports every online member of the caster's party to an anchor player. The anchor is either the caster or the party leader; the anchor itself is not teleported.
If the caster is not in a party, or the anchor is offline, nothing happens.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| to | destination, d | Anchor to gather members at: CASTER or LEADER. Unknown values fall back to CASTER |
CASTER |
Examples
Summon the party to the caster:
PartyRally:
Skills:
- partyTeleport{to=CASTER} @self
Gather everyone on the party leader:
PartyRegroup:
Skills:
- partyTeleport{to=LEADER} @self
Aliases
- partyTp