Structured Text – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(added sample)
No edit summary
 
Line 12: Line 12:


[[User:ArmAtec|ArmAtec]]
[[User:ArmAtec|ArmAtec]]
::Thanks! This example works with '''hint''' but not with '''sideChat'''.. the game says '''sideChat''' expected ''String'', not ''Text''. What else will accept ''Text''? --[[User:Doolittle|Doolittle]] 15:08, 10 July 2007 (CEST)

Latest revision as of 15:08, 10 July 2007

Where can we use this special type of text? hint and sideChat don't work. I haven't tried others. Is this a dialog only type thing? --Doolittle 08:00, 10 July 2007 (CEST)

hey Doolittle here is an exsample

_separator1 = parseText "<br><br />------------------------<br><br />";

_image = "Images\ArmAtec.paa";

_txt = composeText [image _image,"Heading Text",_separator1,"Content"];

hint _txt;

ArmAtec

Thanks! This example works with hint but not with sideChat.. the game says sideChat expected String, not Text. What else will accept Text? --Doolittle 15:08, 10 July 2007 (CEST)