You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2019. It is now read-only.
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!"