test.yml 518 B

12345678910111213141516171819202122
  1. # Selects a random pathfind point and tries to move there.
  2. - type: htnCompound
  3. id: MoveToPathfindPointCompound
  4. branches:
  5. - tasks:
  6. - !type:HTNPrimitiveTask
  7. operator: !type:PickPathfindPointOperator
  8. - !type:HTNPrimitiveTask
  9. operator: !type:MoveToOperator
  10. pathfindInPlanning: false
  11. - type: entity
  12. id: MobPathfindDummy
  13. name: pathfind dummy
  14. suffix: NPC
  15. parent: MobXenoRouny
  16. components:
  17. - type: HTN
  18. rootTask:
  19. task: MoveToPathfindPointCompound