Waystone Hide

Description

Forces a waystone to be hidden from one player regardless of their actual state. The opposite of waystoneReveal. Useful for hiding waystones during quest sequences, dungeons, or stealth segments.

The override is per-player and persists until either waystoneReveal is called with the same waystone, the player's state for that waystone is changed, or the player disconnects.

Hide overrides show the player the UNDISCOVERED variant (even if they had discovered it). They can't open the menu and pick the waystone while the override is active — discovery state still works for everything except the visual.

Attributes

Attribute Aliases Description Default
waystone w, id The id of the waystone to hide required

Examples

Hide a town's waystone while the player is doing a stealth quest:

StealthMissionStart:
  Skills:
  - waystoneHide{waystone=IRONFORGE} @self
StealthMissionEnd:
  Skills:
  - waystoneReveal{waystone=IRONFORGE} @self

Aliases

  • hideWaystoneFromPlayer
Updated Aug 19, 2026