OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: oyman on 27 Mar 2005, 05:21:01

Title: units in cargo
Post by: oyman on 27 Mar 2005, 05:21:01
what was that one command to get a group of soldiers in a vehicle, I remember it being something like

"x_ moveincargo" foreach units a

but that doesnt work
 :-\
Title: Re:units in cargo
Post by: Blanco on 27 Mar 2005, 05:24:26
put this in an init of a member of the group

Code: [Select]
"_x moveincargo nameofthevehicle" foreach units group this



Title: Re:units in cargo
Post by: oyman on 27 Mar 2005, 05:25:59
thanks  :)