Jump to content
Sign in to follow this  
dirkkmm

how to select a radio channel and send out the radio messege

Recommended Posts

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

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

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

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

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
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_something

Then 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
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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×