Home   Help Search Login Register  

Author Topic: Group Radio  (Read 559 times)

0 Members and 1 Guest are viewing this topic.

shadow99

  • Guest
Group Radio
« on: 11 Jul 2004, 08:12:17 »
Quick question, though I'm not sure if it's possible or not.

Okay, I design a trigger which activates a radio message from Alpha Black One. But what if Alpha Black One is not alive by this time? Is there another command I can use like 'alpha sidechat' that does it for whoever is in command of the group at the current time?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Group Radio
« Reply #1 on: 11 Jul 2004, 12:09:15 »
leader grp1 sideChat "blah"

You still need a backup plan in case the whole group has been killed.
Plenty of reviewed ArmA missions for you to play

shadow99

  • Guest
Re:Group Radio
« Reply #2 on: 11 Jul 2004, 12:25:00 »
Yeah, me got that bit sorted.

Condition:
not alive soldier1 and not alive soldier2, etc...

Thanks macguba.

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Group Radio
« Reply #3 on: 12 Jul 2004, 08:57:36 »
Condition:
not alive soldier1 and not alive soldier2, etc...
Or even:

"alive _x" count units group > 0

...does the same thing, just saves you a bit of typing ;)