NARRATIVE

Guide player

Places a GPS waypoint to guide the player. The chain pauses until the player arrives.

Use cases

Guided tutorials, quest navigation, directing players to objectives, discovery mechanics.

Parameters

Parameter Type Required Description
Target entity No Which entity to guide the player to.

→ In-game result

{
  "action": "SetGoal",
  "target_entity": "..."
}
In-game result

A waypoint marker guides the player. Cross-zone targets are resolved through portals automatically.

Related actions