Jump to content
Sign in to follow this  
Blockhead

Door closing animation for specific building

Recommended Posts

0 = [getpos this,1000] spawn { sleep 1; { private "_b"; _b = _x; for "_i" from 0 to 7 do { _b animate ["dvere" + str _i,1] }; } foreach ((_this select 0) nearobjects (_this select 1)) }

I have already found this cool little script that closes most doors to regular buildings, but I need it to close the doors for this specific kind of building aswell.

It is the greyish silver warehouse that has two entraces with the blue double doors. Its name is "Land_Shed_Ind02" and I have tried experimenting with some of the animations listed on the wiki but havent found a solution. If you are still not sure what building im talking about it is on page 7 of the Armatech building library (for plain arma2). This building is included in both OA and vanilla arma but I assume the animation name is the same.

EDIT: Less as important as that building, but it would also be very helpful if I could close those big cargo containers aswell.

Edited by Blockhead

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  

×