Jump to content
Sign in to follow this  
doln

How to stop a unit from calling out targets/disable radio protocol?

Recommended Posts

Howdy forum,

Short of switching to the kbTell system (far too much effort at this point), is there anyway to stop a unit from calling out targets and status reports like 'low ammo' and 'injured'?

Using the following:

player setVariable ["BIS_noCoreConversations", true];
player disableConversation true;

Doesn't seem to do much in the way of anything.

enableRadio just stops everything from showing up, so that doesn't help me much :(

Thanks in advance.

Share this post


Link to post
Share on other sites

That was the solution to disabling Arma 2's dynamic conversation system. However, that is no longer present in Arma 3, so this code will have no effect.

For Arma 3, I recommend using the command enableSentences. This disables all dynamic radio protocol, in 3D and 2D space, letting only conversations play. However, I believe it will disable messages sent through sideChat/groupChat/etc. as well, so you'll want to look at using kbTell instead.

Share this post


Link to post
Share on other sites

:/ bugger. Looks like my weekends been planned for me. Ah well.

Cheers for the help!

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  

×