Jump to content
Kydoimos

Opening Helicopter Doors

Recommended Posts

Does anybody know a script to open the doors on a helicopter? I'd like it to land and then the doors open? Thanks in advance!

Share this post


Link to post
Share on other sites

init field of UH80:

this animateDoor ['door_R', 1]; 
this animateDoor ['door_L', 1];

Edited by kylania
Fixed code, link was wrong.

Share this post


Link to post
Share on other sites

Apologies - I do search, but didn't find the post you've directed me too. Thanks!

Share this post


Link to post
Share on other sites

That's brilliant Kylania, thanks again,

Share this post


Link to post
Share on other sites
On 6/27/2013 at 3:50 AM, kylania said:

init field of UH80:

 


this animateDoor ['door_R', 1]; 
this animateDoor ['door_L', 1];
 

 

 

Hey, it works thanks

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

×