Arma 3
Boeing Konyo MH47G SOAR (DISCONTINUED)
VastGM 9 Sep, 2019 @ 7:16pm
Open the f****** ramp so we can get in and out!
Is it possible to have a script to open the ramp when trying to load in. Maybe something to put into the units init field to tell him to leave it open or mission editors to make a custom interaction script for single players to open and close the ramp?
< >
Showing 1-1 of 1 comments
VastGM 11 Sep, 2019 @ 5:00pm 
Never mind, I figured it out already. But, in case anybody else wants to know.

//Open Hatch
this animate ["ani_hatch1", 1]; This animate ["ani_hatch2",1];

//Close Hatch
this animate ["ani_hatch1", 0]; This animate ["ani_hatch2",0];

//Open Rear
this animate ["ani_ramp", 1];

//Level Rear
this animate["ani_ramp",0.4];

//Close Rear
this animate["ani_ramp",0];
Last edited by VastGM; 11 Sep, 2019 @ 5:03pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50