{ type = "decorator_sensor" entity_type_filter = "CLASSNAME" orphan_only = 1 output = "Hostage" class_name = "hostage_entity" priority = 1 child = { type = "condition_is_empty" input = "Hostage" negated = 1 child = { type = "sequencer" children = [ { type = "action_move_to" destination = "Hostage" movement_type = "BT_ACTION_MOVETO_RUN" route_type = "BT_ACTION_MOVETO_FASTEST_ROUTE" hiding_spot = "HidingSpot" threat = "NearestThreatMemory" nearest_area_distance_threshold = 20 arrival_epsilon = 35 }, { type = "action_look_at" input_location = "Hostage" }, { type = "action_wait" wait_time_min = 1 wait_time_max = 1 }, { type = "decorator_repeat" child = { type = "action_use" } } ] } } }