dirkkmm 10 Posted December 30, 2009 i want to use the radio trigger. but don't know how to select a radio channel and how to send out the radio messege to active it anybody can help me ,thanks Share this post Link to post Share on other sites
dirkkmm 10 Posted January 10, 2010 Is this a kind of business secret that can not tell others?? anybody can tell me!! Share this post Link to post Share on other sites
sanctuary 19 Posted January 10, 2010 You mean editing a trigger properties and select in the "Activation" drop-down menu "Radio Alpha" or "Radio whatever" ? Then ingame either click on your keyboard the number 0 , then 0 then the number corresponding to the radio channel, or in the map view just clicking on the radio you have ? Share this post Link to post Share on other sites
dirkkmm 10 Posted January 11, 2010 I mean that I select "Activation by Radio Alpha" in trigger. And I use "soldier Globalradio "01r1"" in another trigger, But it does'n work. Share this post Link to post Share on other sites
Petar 10 Posted January 12, 2010 The coomand is unit globalchat "Whatever text t unit say" Radio triggers are used for the player Share this post Link to post Share on other sites
ww2weasel 10 Posted January 12, 2010 I mean that I select "Activation by Radio Alpha" in trigger. And I use "soldier Globalradio "01r1"" in another trigger, But it does'n work. Make sure your condition for Radio Alpha trigger will be set off... In Radio alpha - on the activation line. Put: say_something=true Then in another trigger Type in condition field: say_somethingThen in activation field - whaterever you need for mission. Using Petar's example above: unit globalchat "Whatever text t unit say" Share this post Link to post Share on other sites
dirkkmm 10 Posted January 13, 2010 Make sure your condition for Radio Alpha trigger will be set off...In Radio alpha - on the activation line. Put: say_something=true Then Type in condition field: say_something Then in activation field - whaterever you need for mission. Using Petar's example above: I do following the way u tell me ,but still nothing happen. i thought if u can give me a very simple Mission.sqm file that contains the radio Alpha trigger. you can also post it here. The Mission.sqm must be as simple as possible to let us to research thank you Share this post Link to post Share on other sites
ww2weasel 10 Posted January 13, 2010 radio alpha condition- type: true do you have a unit called unit? unit globalchat "Whatever text t unit say" also leave debugging clues for yourself. This in radio alpha activation line... example: hint "Trigger 1 just launched. This means radio Alpha is active." Share this post Link to post Share on other sites