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

[doc] tutorial outline

This commit is contained in:
Étienne Fildadut 2024-06-01 13:53:24 +02:00
parent 0195913dcc
commit 8364f5b9a2

View file

@ -1 +1,43 @@
TODO 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