For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Commands and Functions

  • You can define your own commands, which allow the scripts you write in Yarn Spinner to control parts of the game that you've built.

  • Functions are units of code that Yarn scripts can call to receive a value. In addition to the built-in functions that come with Yarn Spinner, you can create your own.

Was this helpful?