diff --git a/Routine.md b/Routine.md index 5bf13e8..4ab5783 100644 --- a/Routine.md +++ b/Routine.md @@ -1,7 +1,14 @@ AI can have some "Behavior Templates" called **Routine** -Example : -Routine : Woodcutter -- Collect : wood -- Stock : wood -- Plant : trees \ No newline at end of file +Example : +```yaml +Routine : Woodcutter + - Collect : wood + - Stock : wood + - Plant : trees +``` + +will be a json file with this syntax : + +>[!Warning] +>This place need some work \ No newline at end of file