Home   Help Search Login Register  

Author Topic: Having a group start off on a helo/vehicle in motion...  (Read 580 times)

0 Members and 1 Guest are viewing this topic.

NIghtStalker_USMC

  • Guest
Ok, Im trying to start off my missions by having the group aboard a vehicle that is not part of the group and is on its way to the target but I havent figured out how. Until now my missions have always started at an airport where the team has to load on a choper for example. But sometimes the loading process+trip to target just takes too long.

O Neil

  • Guest
Re:Having a group start off on a helo/vehicle in motion...
« Reply #1 on: 03 Aug 2003, 22:40:49 »
Hey

I can't remember how to group the group, so I do it the straight forward way. ;)

1- Call you helicopter  "Chopper1"
2- Get a group of men  ::)
3- In the init feild of all the men, type:
                           this movincargo Chopper1
4- There is no step 4

O'Neil ;)

AnotherAZguy

  • Guest
Re:Having a group start off on a helo/vehicle in motion...
« Reply #2 on: 04 Aug 2003, 00:37:47 »
Or rather then typing that into each man's INIT field just do this mygroup=group this; "_x moveincargo (VehicleNameHere)" foreach units mygroup. This snippet only needs to be added into the group leaders INIT field.

George
« Last Edit: 04 Aug 2003, 00:38:30 by AnotherAZguy »

augieranger

  • Guest
Re:Having a group start off on a helo/vehicle in motion...
« Reply #3 on: 08 Aug 2003, 20:59:08 »
I've tried that and keep getting error resreved expression! Any ideas? I'm using 1.90, no addons, on Nogova.

peter

  • Guest
Re:Having a group start off on a helo/vehicle in motion...
« Reply #4 on: 08 Aug 2003, 21:08:45 »
post complete error and/or script-> reserved expression means that you use a not allowed var-name or something like that ...
« Last Edit: 08 Aug 2003, 21:09:13 by peter »

Offline KJAM

  • Contributing Member
  • **
  • Why Me, Whats it For?
    • Nightstalker mod
Re:Having a group start off on a helo/vehicle in motion...
« Reply #5 on: 08 Aug 2003, 21:09:03 »
the proper syntax is

"_x moveincargo vehiclename" foreach units group this

you dont use the brackets lol

augieranger

  • Guest
Re:Having a group start off on a helo/vehicle in motion...
« Reply #6 on: 09 Aug 2003, 07:00:44 »
Thanks alot KJAM, we need to keep the correct syntax for us cherries to understand these things ;D

peter

  • Guest
Re:Having a group start off on a helo/vehicle in motion...
« Reply #7 on: 09 Aug 2003, 15:28:18 »
the brackets donÂ't matter, itÂ's exactely the same with or without ...