Actualiser Routine
parent
4b3d2fa1cb
commit
5c13570faa
1 changed files with 12 additions and 5 deletions
17
Routine.md
17
Routine.md
|
@ -1,7 +1,14 @@
|
|||
AI can have some "Behavior Templates" called **Routine**
|
||||
|
||||
Example :
|
||||
Routine : Woodcutter
|
||||
- Collect : wood
|
||||
- Stock : wood
|
||||
- Plant : trees
|
||||
Example :
|
||||
```yaml
|
||||
Routine : Woodcutter
|
||||
- Collect : wood
|
||||
- Stock : wood
|
||||
- Plant : trees
|
||||
```
|
||||
|
||||
will be a json file with this syntax :
|
||||
|
||||
>[!Warning]
|
||||
>This place need some work
|
Loading…
Reference in a new issue