From Bohemia Interactive Community
Notes
- Lou Montana 23:28, 10 July 2009 (CEST)
-
Note that this will also prevent you from using group radio.
If you just want player unable to speak to others (or one particular soldier),
use player setVariable ["BIS_noCoreConversations", true];
or, for the other soldier,
unitName setVariable ["BIS_noCoreConversations", true];
- Lou Montana 21:24, 18 Aug 2010 (CEST)
-
My previous note is incorrect now, you can use disableConversation and still use the group radio, at least in A2:OA !
Bottom Section