{ "dm_type": "/datum/ai_controller/basic_controller/lizard", "type": "parallel", "failure_policy": "BT_PARALLEL_FAILURE_CHILD_ONE", "success_policy": "BT_PARALLEL_SUCCESS_CHILD_ONE", "repeat_secondary": true, "repeat_secondary_delay": "BASIC_MOB_FIND_TARGET_RATE", "finish_on_primary": true, "children": [ { "type": "selector", "children": [ { "type": "subtree", "subtype": "/datum/bt_node/subtree/move_to_and_eat" }, { "type": "subtree", "subtype": "/datum/bt_node/subtree/random_walk" } ] }, { "type": "subtree", "subtype": "/datum/bt_node/subtree/find_food" }, { "type": "subtree", "subtype": "/datum/bt_node/subtree/random_speech_loop", "bindings": { "bqdqne64": "/datum/bt_node/ai_behavior/random_speech/lizard" } } ] }