Interactive Studio
back to documentation

Interactive Studio

Build no-code gameplay with tasks, triggers, effects, values, and player feedback.

Complete Quest

What it does

Complete Quest marks the quest with the entered Quest Id as complete. It does not complete a quest merely because its display title matches.

Required item compatibility

Select a compatible Agent NPC or GLB NPC whose Tasks panel offers Complete Quest.

Setup

  1. Confirm the quest you want to finish and obtain its exact Quest Id.
  2. Select the NPC that should complete the quest.
  3. Add Complete Quest to the task state where completion should happen.
  4. Enter the exact Quest Id of the quest to finish.
  5. Test the full player path from the quest's beginning.

Settings

Setting What it means
Quest Id Exact identifier of the quest to complete.

Tiny example

After a player returns an artifact to a guide NPC, the guide's reward state completes the quest identified by the configured Quest Id.

Test and troubleshoot

  • Use the exact Quest Id, not a display title.
  • Run the normal quest path before testing completion.
  • For an ordinary no-code flow, use a task transition when you do not already have the quest's exact identifier.
  • Keep the completion state behind the intended player action so it cannot run too early.

Related pages