Jump to content
Sign in to follow this  
Cloughy

Close Hatch for Military Cargo Op V2 in Editor

Recommended Posts

Anybody know if we can close the hatches on buildings yet?

The one I am interested in is 'Military Cargo Op V2'.

I have search in here and Google, but didn't come up with owt.

Cheers

GC

Share this post


Link to post
Share on other sites

Make a trigger and group it with the OP. Make it 'static object' 'once' 'present'. condition 'this'.

onAct =

{
hatch = format ["Hatch_%1_rot",_x];
[(thislist select 0), hatch] execVM "\A3\Structures_F\scripts\Hatch_close.sqf";
} forEach ["1","2","3","4"]

Will on map start close all hatches on a V1 or V2 OP.

Share this post


Link to post
Share on other sites

Cheers mate,

Will give it a go.

GC

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×