Waystone Open Menu

Description

Opens the waystone teleport menu for the target player. Behaves identically to running /waypoints as that player.

Optionally filter the menu to a single network so only waystones in that network show up — useful for "this teleporter only connects to dungeon-level waystones" UX.

Attributes

Attribute Aliases Description Default
network n If set, only show waystones whose Networks: contains this value (none)

Examples

NPC right-click opens the menu:

TownTeleporterNpc:
  Skills:
  - waystoneOpenMenu @trigger ~onInteract

Dungeon hub teleporter — only show dungeon-network waystones:

DungeonHubTeleporter:
  Skills:
  - waystoneOpenMenu{network=dungeons} @trigger ~onInteract
Updated Aug 19, 2026