Home   Help Search Login Register  

Author Topic: Radio for support  (Read 902 times)

0 Members and 2 Guests are viewing this topic.

Mizilus

  • Guest
Radio for support
« on: 22 Nov 2005, 01:16:09 »
In the mission editor is there a way to setup up helicopters and/or tanks to come to the group leaders location and provide fire support?

I have tried setting up a waypoint synchronized to a trigger and "Radio alpha", but it doesnt seem to work.

It doesnt help that I dont know what I am doing

Its a Nam mission in which I would like to be able to call helicopter gunship support as well as tanks and maybe an airstrike from jets. Do I have to use scripts or can it be done in the editor? Do i have to give any special instructions to the units that will show up when radio'd?

Offline Tyger

  • Former Staff
  • ****
  • I was at OFPEC when it still had dirt floors...
    • OFPEC
Re:Radio for support
« Reply #1 on: 22 Nov 2005, 01:38:12 »
Mkay. Create your helicopter. Make sure he is flying.In his init line type:
Code: [Select]
SupportGrp_One = group this

Next, make a move WP directly on top of him. In the On Activation line type
Code: [Select]
[SupportGrp_One,1] setWPPos (getPos player)
.
 Sync a trigger with Activation: Radio Alpha to that WP.

Finally, make an SAD WP close to the chopper.

That should do it.
"People sleep soundly at night only because rough men stand ready to do violence on their behalf." - George Orwell

MSG Mike Everret - We Will Never Forget - '75-'08

Mizilus

  • Guest
Re:Radio for support
« Reply #2 on: 22 Nov 2005, 04:27:17 »
Hmmm... still having trouble. Do I need to name the group or something?

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:Radio for support
« Reply #3 on: 22 Nov 2005, 09:47:16 »
take a look at the tutorial mission by macguba. if i remember correctly, it has radio-controlled reinforcements. take a look and see how it's done.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Radio for support
« Reply #4 on: 22 Nov 2005, 10:04:56 »
A combination of Tyger's answer and the Tutorial Mission will give you exactly what you want.
Plenty of reviewed ArmA missions for you to play