Structured Text – Talk

From Bohemia Interactive Community
Revision as of 15:08, 10 July 2007 by Doolittle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)