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 »Units don't exit the vehicle..

Author Topic: Units don't exit the vehicle.. (1 messages, Page 1 of 1)
Moderators: Dennis

deadlyfighter1000
Joined: Jan 11, 2009

Constantly a threat.


Posted: Jul 31, 2010 07:21 PM    Msg. 1 of 1       
Okay, I want all my units except the gunner to leave my shadow. But they don't exit it, I am using the correct vehicle seat names. Here's the script:

(script continuous BruteShadow1
(sleep 7200)
(ai_place BruteCreep)
(object_create_anew C1)
(vehicle_load_magic C1 "G-Driver" (ai_actors BruteCreep/driver))
(vehicle_load_magic C1 "GT-Gunner" (ai_actors BruteCreep/gunner))
(vehicle_load_magic C1 "" (ai_actors BruteCreep/passengers))
(sleep_until (= (volume_test_object SDExit C1) 1))
(vehicle_unload C1 "G-Driver")
(vehicle_unload C1 "W-Passenger")
(vehicle_unload C1 "scorpionLF")
(sleep_until (= (ai_living_count BruteCreep) 0))
(object_destroy C1)
(sleep 500)
)

C1 is the Shadow/creep.

 

 
Previous Older Thread    Next newer Thread







Time: Thu January 19, 2023 6:15 PM 141 ms.
A Halo Maps Website