Jump to content

Recommended Posts

Hi there.

I've been playing a while with the editor to create a mission where you and your squad jumps out of a C-17 (HALO Jump). The inspiration came from the last mission from Medal of Honor Warfighter.

 

 

Now I found a way to move in a moving plane.

 

 

 

 

Now I'm in the plane. Also my crew and a jump master. He count from 30 sec. and do a specific animation. Now what I want is that all men run to the open back door and jump out of the plane. But nothing works. Unitcapture and unitplay didn't work. Or I do something wrong.

Have anyone an idea how this could work?

 

Thanks.

Share this post


Link to post
Share on other sites

I would love to talk to you Your video did not help me

This means the command does not exist * opher attachTo [plane1. [0,0, -1.01]]; *


I'm available at Discord - Sparky#5721

and icq -
 https://icq.im/751848287

Share this post


Link to post
Share on other sites

The command attachTo absolutely does exist. You have a period in your code where a comma should be.

opher attachTo [plane1, [0,0,-1.01]];

//this assumes "opher" and "plane1" both exist and are defined as such

 

  • Like 2

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

×