Guides and reference

Learn one useful thing at a time.

Start with a reviewed path, inspect a reusable example, then use the wiki when you need exact reference.

Guided paths

Published tutorials

Script library

Examples that explain themselves.

Every approved example declares prerequisites, expected state, supported game version, author, license, and a safe test path.

Browse script examples →
Illustrative pseudocode — not copy/paste game syntax
onInteract(questBoard){
  showQuests(player)
  if (quest.complete) reward(player)
}