Jump to content
Sign in to follow this  
Gameadd1cted

Close container doors

Recommended Posts

Hello.

I think you need to play around with animate

Then to find the door name for the container, you must look in the config.cpp for that entry.

I cannot provide you with this as I'm not currently near my Arma2 installation.

Perhaps someone else can assist with this information.

Share this post


Link to post
Share on other sites

Just put this into the container's init field:

 this animate ["DOOR_1_2",1]; this animate ["DOOR_1_1",1]; this animate ["DOOR_2_1",1]; this animate ["DOOR_2_2",1];

Share this post


Link to post
Share on other sites

@Andy455

Thanks a lot, works like a charm. It is exactely what I needed :yay:

Already in the mission!

@Taurus

I just had a look on the animate link and I would like to know more about it. How can I access config.cpp?

Sorry for the noob question. Thank you.

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  

×