make a new comannd list that tell it to go into a certain vehicles seat.
then however the script gets started (EX: volume test objects, unit heath, etc)
then add (ai_command_list <Encounter name> <Command list name>)
heres an little example i made
(sleep until (volume_test_objects trig_c (players 15))
(ai_command_list vehienter enterunit)
)
if you want to attach a biped to an ai then you would do this
(sleep unit (volume_test_objects trig_c (players 15));triggers below script
(ai_attach biped1 vehienter); tells the biped to use the vehienter encounter
(ai_command_list_by_unit biped1 enterunit); tell the biped to enter a vehicle
)
thats all you need to know
Bookmarks