Waystone Reveal
Description
Forces a waystone to be visible to one player regardless of their actual state. Useful for cinematics ("you see the waystone appear in the distance...") and previews before the player has actually discovered it.
The override is per-player and persists until either waystoneHide is called with the same waystone, the player's state for that waystone is changed via waystoneDiscover / waystoneSetState, or the player disconnects.
Reveal overrides show the waystone as the DISCOVERED variant. If you want a specific variant visible, use waystoneSetState instead.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| waystone | w, id | The id of the waystone to reveal | required |
Examples
Cinematic intro that reveals all major-city waystones to a new player:
NewPlayerWelcomeReveal:
Skills:
- waystoneReveal{waystone=IRONFORGE} @self
- waystoneReveal{waystone=STORMHAVEN} @self
- waystoneReveal{waystone=DUSKWOOD} @self
Aliases
- revealWaystoneToPlayer