Hi all,
I have a walking dog AI that performs random tasks.
Right now I only have two tasks implemented (Wander and Drop Dead), but of course I plan to extend this with many more behaviors later on.
At the start of the tree, I set the speed parameters and the duration for which a task should run.
I currently have two Parallel tasks running:
To be clear... the BT keeps doing the great stuff. It doesn't move anymore after a X amount of time.
I'll attach a screenshot of the behavior tree. All comments on my hard work are welcome
.
Thanks!
I have a walking dog AI that performs random tasks.
Right now I only have two tasks implemented (Wander and Drop Dead), but of course I plan to extend this with many more behaviors later on.
At the start of the tree, I set the speed parameters and the duration for which a task should run.
I currently have two Parallel tasks running:
- one timer task that aborts the current behavior after a certain amount of time
- one random selector that decides whether the dog should Wander or Drop Dead
To be clear... the BT keeps doing the great stuff. It doesn't move anymore after a X amount of time.
I'll attach a screenshot of the behavior tree. All comments on my hard work are welcome
Thanks!
Attachments
Last edited: