Project-Cartographer / H2Codez

A mod to restore and add functionality to the Halo 2 Editing Kit.
https://num0005.github.io/h2codez_docs/
36 stars 7 forks source link

Script expected something different? #63

Closed General-101 closed 5 years ago

General-101 commented 5 years ago

(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.