ArmA 2/3 money (Buy a gun) in ARMA 2 & OA : MISSIONS - Editing & Scripting Posted May 23, 2014 Hello as i can see you use the Hint to show how much money you have I would like to use a hint but for some reason it wont work with how i want it here is what is usually used hint format["you have %1 in cash",money]; I want to use a structured text in it how would i do that here is what i tryed but wont work _starL = "<img image='\ca\ui\data\debr_star.paa' align='left'/>"; _starL = _starL + _starL + _starL; _starR = "<img image='\ca\ui\data\debr_star.paa' align='right'/>"; _starR = _starR + _starR + _starR; _title = "<t color='#ff0000' size='1.2' shadow='1' shadowColor='#000000' align='center'>TITLE</t><br/><br/>"; _text = "Bla bla bla bla bla..."; hint parseText (_starL + _starR + _title + _text); i don't understand how to add a show variable to this so if you could help that would be great and that is just the default hint with structure text so i have one with a variable added but it wont work :( -sorry if i did something wrong
ArmA 2/3 money (Buy a gun)
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
Hello as i can see you use the Hint to show how much money you have
I would like to use a hint but for some reason it wont work with how i want it
here is what is usually used
I want to use a structured text in it how would i do that here is what i tryed but wont work
i don't understand how to add a show variable to this so if you could help that would be great
and that is just the default hint with structure text so i have one with a variable added but it wont work :(
-sorry if i did something wrong