Jump to content
Sign in to follow this  
Cloughy

Close Merlin Doors

Recommended Posts

I have searched but found nowt. Does anyone have the door names for the merlin so i can close the bloody doors. Its a bit drafty this time of year lol.:)

Cheers

GC

Share this post


Link to post
Share on other sites

Bump!

Someone must know the names of the doors for the Merlin . Its so i can animate them shut.

Cheers

GC

Share this post


Link to post
Share on other sites

Short answer:

// merlin: is the name of your helicopter
// DVERE_L: is the name of the door. The "L" means LEVY (left), so if you want to close the right door you have to put "P" (pravy)
// DVERE_L_POP: I don't know what it means, but you must put it in the code otherwise the door won't close; remeber to put "L" or "P"
// 1: is the point of the animation, put 1 to close it completely

merlin animate ["DVERE_L", 1]; merlin animate ["DVERE_L_POP", 1];

Long answer (aka "how do I know that"):

- download Kronzky's Vehicle Browser

- open the sample mission in Utes

- approach a building or a vehicle and use the action called "Action: Open door" or "Action: Close door"

- read the code in the global chat

;)

Edited by Speedle

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  

×