1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/doc/tutorial.md

43 lines
494 B
Markdown

TODO should mostly be commented code examples instead of long winded explanations
# Base syntax
# Running Anselme scripts
## Script runner
## Implementing in your game
# Writing text
For more information, look at: events
## Text
## Choices
## Tags
# Variables
For more information, look at: types
## Defining variables
## Functions
For more information, look at: calling, dispatch, value checking
# Conditionals
## If
## While
## For
# Persistence
# Scripts
## Checkpoints