hridaysabz 14 Posted October 12, 2013 Hey Everyone, Hridaysabz here. I've seen this function being used very often, "TextTile" I've searched but to no avail. Any ideas? Share this post Link to post Share on other sites
cuel 25 Posted October 12, 2013 Are you certain that is the name of it? Share this post Link to post Share on other sites
hridaysabz 14 Posted October 12, 2013 I had consulted this page for the name, http://forums.bistudio.com/showthread.php?152430-SP-Ground-Attack/page2 you'll see a comment from DICS saying it's standard function textiles. Have you played his map? Share this post Link to post Share on other sites
cuel 25 Posted October 12, 2013 Ah /* Author: Karel Moricky Description: Show animated text Parameter(s): 0: Content STRING - Picture STRUCTURED TEXT - Text 1: ARRAY - Position in format [x,y,w,h] 3: NUMBER - Duration Returns: BOOL - true */ 0 = [parseText "Test", [0, 0, 1, 1], [5, 5], 10] spawn BIS_fnc_textTiles; Share this post Link to post Share on other sites
hridaysabz 14 Posted October 12, 2013 Thanks a bunch. Would you happen to know how to show those hints which you have in showcases and use 'H' to expand, then you can read it? ---------- Post added at 11:19 ---------- Previous post was at 11:19 ---------- Also where would I implement this code? Share this post Link to post Share on other sites
cuel 25 Posted October 12, 2013 1) No, sorry 2) Wherever you want. Trigger or script Share this post Link to post Share on other sites
hridaysabz 14 Posted October 12, 2013 Thanks a bunch man! ---------- Post added at 11:45 ---------- Previous post was at 11:34 ---------- Is there a way to determine what part of the screen this appears on? Share this post Link to post Share on other sites
cuel 25 Posted October 12, 2013 Yes, read above :) "Position in format [x,y,w,h]" Share this post Link to post Share on other sites