Jump to content
Sign in to follow this  
Birkoff

Limit radio msg to certain person/team

Recommended Posts

As the topic says, how do I limit the use of radio to a certain unit or group ?

Like only Alpha can use "radio bravo" while Bravo team leader only can use "radio alpha" ?

Share this post


Link to post
Share on other sites

Put this in the Condition field of the radiotrigger:

this AND (player == <someguy>)

where <someguy> is some unit´s name (e.g. alphaLeader). This should restrict the radiochannel to <someguy>

Hope this helps,

Spinor

Share this post


Link to post
Share on other sites

Great thanks that solved the problem, but now that it's fixed I figured I needed a "better way" smile.gif

Question now :

Lets assume Player1 = group leader, and the group have more Players2-3-4-5 etc..

If Player1 dies, how can I make sure that next group leader also can use that Radio trigger, not just a particular person but whoever is in charge of the group?

Share this post


Link to post
Share on other sites

Try this instead:

this AND (player == (Leader <groupname>))

That should make sure that always the current leader can access the radio.

Spinor

Share this post


Link to post
Share on other sites

That should work, but won't due to a bug. On dedicated servers, leadership doesn't always pass down when the leader is killed. As soon as that gets fixed then you will be able to give radio control ONLY to the leader

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  

×