Skip to content
This repository was archived by the owner on Jan 16, 2019. It is now read-only.

Assignment Script Containers

Jeremy Schroeder edited this page Dec 27, 2013 · 1 revision

Assignment Scripts are a container type made especially for NPCs. They make doing simple NPC interactions easy! Take for example the following assignment script, which will make the NPC talk when clicked on.

Talker:
  type: assignment
  actions:
    on click:
    - chat "Hello!"

Clone this wiki locally