add examples

This commit is contained in:
Joeri Exelmans 2024-11-13 10:07:16 +01:00
parent 8504ba52f6
commit 42757ddc4f
35 changed files with 1104 additions and 609 deletions

View file

@ -0,0 +1,8 @@
bearState:RAM_BearState {
RAM_hunger = ```
get_value(this) == 100
```;
RAM_dead = ```
not get_value(this)
```;
}