武装突袭3

武装突袭3

Boeing Konyo MH47G SOAR (DISCONTINUED)
VastGM 2019 年 9 月 9 日 下午 7:16
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?
< >
正在显示第 1 - 1 条,共 1 条留言
VastGM 2019 年 9 月 11 日 下午 5:00 
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];
最后由 VastGM 编辑于; 2019 年 9 月 11 日 下午 5:03
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50