Jump to content
Sign in to follow this  
BushWookie

Structured titleText

Recommended Posts

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 by BushWookie

Share this post


Link to post
Share on other sites
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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×