BushWookie 10 Posted June 29, 2013 (edited) im trying to use structured titleText but i cant seem to get it to work i might just need some sleep but could anyone help me with this this is what im using and it dosent throw a error it just dosent work i have probably done this completely wrong :D Custom_fnc_TitleText = { _text = _this; format["titleText parsetext [""%1"",""%2"",3]",_text select 0,_text select 1]; sleep 3; titleText ["","",1]; }; ["<t color='#ff0000'>Welcome To My Mission</t>", "BLACK FADED"] call Custom_fnc_TitleText; Edited June 29, 2013 by BushWookie Share this post Link to post Share on other sites
samatra 85 Posted June 29, 2013 titleText doesn't support structured text Share this post Link to post Share on other sites
BushWookie 10 Posted June 29, 2013 titleText doesn't support structured text oh thanks lol what command can i use to black out the screen and display structured text in the center ? Share this post Link to post Share on other sites
samatra 85 Posted June 29, 2013 There is no such command, you'll need to create custom title resource, show it and hide it with titleRsc command. Search for "RscTitles", there probably should be some tutorial. Dialogs documentation: http://resources.bisimulations.com/wiki/Dialog_Control Share this post Link to post Share on other sites
BushWookie 10 Posted June 29, 2013 There is no such command, you'll need to create custom title resource, show it and hide it with titleRsc command. Search for "RscTitles", there probably should be some tutorial. Dialogs documentation: http://resources.bisimulations.com/wiki/Dialog_Control okay thanks guess its about time i learnt about dialogs and such Share this post Link to post Share on other sites