mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 08:39:30 +00:00
[doc] tutorial outline
This commit is contained in:
parent
0195913dcc
commit
8364f5b9a2
1 changed files with 43 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue