A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »Spirit command list drop-offs

Author Topic: Spirit command list drop-offs (3 messages, Page 1 of 1)
Moderators: Dennis

Da Moose
Joined: Jan 6, 2008

"We've got the Holy Hand Grenade of Antioch"


Posted: Aug 2, 2009 12:27 PM    Msg. 1 of 3       
I've been trying to make my drop ship follow a command list, and drop of troops. It's a custom spirit, so it has a driver seat. I'm not sure if it's just my script or what. Here is my script, its not finished yet because I can get the command list to work.

(script startup spirit-drop-1
(sleep_until (= (ai_living_count other-starters) 0) 15)
(object_create_anew spirit)
(vehicle_hover spirit 1)
(object_create_anew spirit-a)
(object_create_anew spirit-b)
(ai_place spirit-ghost)
(ai_place driver)
(vehicle_load_magic spirit-a G-driver (ai_actors spirit-ghost/spirit-a))
(vehicle_load_magic spirit-b G-driver (ai_actors spirit-ghost/spirit-b))
(objects_attach spirit cargo_ghost01 spirit-a "")
(objects_attach spirit cargo_ghost03 spirit-b "")
(vehicle_load_magic spirit B-driver (ai_actors driver/elite))
(vehicle_load_magic spirit "passenger" (ai_actors spirit-ghost/elite))
(vehicle_load_magic spirit "passenger" (ai_actors spirit-ghost/grunts))
(vehicle_load_magic spirit "passenger" (ai_actors spirit-ghost/jacks))
(vehicle_hover spirit 0)
(ai_command_list driver spirit-1))

Any ideas whats wrong?


Gamma927
Joined: Jun 12, 2008

Steam: gamma927


Posted: Aug 2, 2009 01:20 PM    Msg. 2 of 3       
Did you set up the .vehicle to be able to run command lists?


Da Moose
Joined: Jan 6, 2008

"We've got the Holy Hand Grenade of Antioch"


Posted: Aug 2, 2009 01:40 PM    Msg. 3 of 3       
No, I didn't. How do I do that?

 

 
Previous Older Thread    Next newer Thread







Time: Thu January 19, 2023 7:19 AM 125 ms.
A Halo Maps Website