denis m 1 Posted January 23, 2021 Hi guys, how to make the conversations described in https://community.bistudio.com/wiki/Conversationsusinghttps://community.bistudio.com/wiki/BIS_fnc_showSubtitle I only found a mention here In an addon/mod scope, an additional subtitle entry is available to have subtitle rendered with BIS_fnc_showSubtitle: textPlain, declared as shown. This is not available for standard missions as BIS_fnc_kbTellLocal only checks configFile and none of missionConfigFile or campaignConfigFile. example recording; class Sentences { class Sentence1 { text = ""; // must be empty textPlain = $STR_MySubTitle; /* other parameters */ }; }; Share this post Link to post Share on other sites
Melody_Mike 131 Posted January 23, 2021 Denis M, Добро пожаловать на форум! However, I do not speak Russian. Can you please put your question in English? Would love to help. Share this post Link to post Share on other sites
denis m 1 Posted January 24, 2021 9 hours ago, Melody_Mike said: Denis M, Добро пожаловать на форум! However, I do not speak Russian. Can you please put your question in English? Would love to help. Hi, the question was fixed 1 Share this post Link to post Share on other sites