Download: Modular Behavior Tree Documentation.pdf
Modular Behavior Tree Documentation.pdf
Scripts\AI\BehaviorTrees\SoldierTree.xml
<BehaviorTree>
<Root>
<Sequence>
<Log message="Test" />
<WaitForEvent name="OnEnemySeen" />
<Move to="Target" speed="Walk" stance="Stand" fireMode="BurstWhileMoving" />
<Halt />
</Sequence>
</Root>
</BehaviorTree>