Jump to content

React To Radio Message


Florence201

Recommended Posts

Hi,

 

Trying to get a second element of fighters to react to an F10 radio call for help. Not sure how to do it, so any help would be appreciated.

 

I've added the radio item, added a last waypoint, triggered "push to waypoint" in element menu, but not sure how to get them to actually do it in the ME trigger section.

 

Thanks

 

:helpsmilie:

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

The radio item will increase the value of a flag by a number you define when creating the radio item. (the FLAG and VALUE fields)

 

All flags start with a value of 0. Once a flag has a value greater than 0 it is considered "true"

 

So, assuming you did not change the default flag 1 in the radio menu...

 

1 ONCE (radio activated, NO EVENT)

===

FLAG IS TRUE (1)

===

AI TASK PUSH (whatever)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...