(sleep_until (= (volume_test_objects vol_hangar_center ai_current_actor) TRUE)) is not considered valid
Error from tool output
[04a_gasgiant_mission line 1361] i expected a value of type object_list, but the variable ai_current_actor has type ai: ai_current_actor) true))
Edit: Had to edit the script to be
(sleep_until (= (volume_test_objects vol_hangar_center (ai_get_object ai_current_actor))
as the way it currently is doesn't make sense.
(sleep_until (= (volume_test_objects vol_hangar_center ai_current_actor) TRUE)) is not considered valid
Error from tool output [04a_gasgiant_mission line 1361] i expected a value of type object_list, but the variable ai_current_actor has type ai: ai_current_actor) true))
Edit: Had to edit the script to be (sleep_until (= (volume_test_objects vol_hangar_center (ai_get_object ai_current_actor)) as the way it currently is doesn't make sense.