Hi all,
Styling doesn't seem to show for some reason. The text still displays though?
player createDiarySubject [localize "STR_briefing_subjectWasteland", localize "STR_briefing_subjectWasteland"];
player createDiaryRecord [localize "STR_briefing_subjectWasteland", [localize "STR_briefing_recordAbout", localize "STR_briefing_sectionAbout"]];
<English><t size='5' align='center' font='RobotoCondensedBold' color='#ffffff'>Wasteland</t></English>
Outputs:
Wasteland
(no styling)
This however works fine:
hintSilent parseText localize "STR_briefing_sectionAbout";
Styling is shown.