Home   Help Search Login Register  

Author Topic: Being in the heli ....  (Read 573 times)

0 Members and 1 Guest are viewing this topic.

PimpD

  • Guest
Being in the heli ....
« on: 22 Aug 2003, 00:34:50 »
Anyone know a script that makes people in MP start in a heli?

Im gonna make a mission when they start in a heli on its way to land :o

GrimMonkey

  • Guest
Re:Being in the heli ....
« Reply #1 on: 22 Aug 2003, 00:39:22 »
Glad to help,
Here's what you do:

Name the chopper:
Name either all of the soldiers you want to put in the chopper or the leader of all said soldiers.
If you named all soldiers, put this in thier init. line: unitName moveincargo chopperName
If you named only the officer, put this in his init. line: mygroup orderGetIn true (there are other lines like these that do the same thing, just dig around :)).
Finally, have the chopper be 'Flying'.

That should be it.

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:Being in the heli ....
« Reply #2 on: 22 Aug 2003, 01:11:39 »
Quote
Name the chopper:

That's right


Quote
Name either all of the soldiers you want to put in the chopper or the leader of all said soldiers.

If you named all soldiers, put this in thier init. line: unitName moveincargo chopperName

No need to name the soldiers in this case

just put the following line into their init fields

this moveincargo choppername


Quote
If you named only the officer, put this in his init. line: mygroup orderGetIn true (there are other lines like these that do the same thing, just dig around

NO NO - please don't do that

We are talking about real PEOPLE to start in choppers.

Now in multiplayer there's the option to disable AI.
Imagine some loons get the idea not to select the groupleader
in the player selection menu, and even to disable AI.

Then his init field will never exist in the actual mission,
so nobody will find himself inside the chopper.

and:
Quote
there are other lines like these that do the same thing, just dig around

this is true, because the one with mygroup ordergetin true
would even not let anybody start inside any vehicle  ;)

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

PimpD

  • Guest
Re:Being in the heli ....
« Reply #3 on: 22 Aug 2003, 01:14:55 »
Ok thanks alot all :)