OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: sharkattack on 03 Mar 2007, 14:56:10

Title: man in the boat !
Post by: sharkattack on 03 Mar 2007, 14:56:10
hi ..
im trying to get a unit to occupy the front position of the zodiac ..
he always starts on the side ... any ideas on how to position him ??
thanx in advance
Title: Re: man in the boat !
Post by: Wolfrug on 03 Mar 2007, 19:50:50
Hey there! In old OFP-days, moving people to specific points in vehicles would only be doable with some clever use of Game Logics - essentially filling up the cargo spaces before the wanted one with game logics (that are invisible, of course), and if necessary removing them afterwards. BUT, the BIKI reveals the following command:

http://community.bistudio.com/wiki/moveInCargo_Array (http://community.bistudio.com/wiki/moveInCargo_Array)

Basically, you should be able, with this command, to specifiy which part of the vehicles cargo array you want to move your unit. ^_^ Test different numbers 'till you find the right one. (untested, mind).

Good luck!

Wolfrug out.
Title: Re: man in the boat !
Post by: sharkattack on 04 Mar 2007, 12:41:48
thankx wolfrug ...
unfortunatly   soldierOne moveInCargo [jeepOne, 1]  still dosnt work ..
was hoping it would be sorted with patch 1.05 .. evidently not ...

ill give things a go with logics

thanks a lot mate ...   :good:

*edit
tried and failed using logic units however found a workaround .. used to dummies to fill seats hid the start of mission with a blackin and deleted said units ...