is there a way to start a new line in a GUI box or label. by start a new line, i mean like if i press
enter, like i did just there.
is there a way to start a new line in a GUI box or label. by start a new line, i mean like if i press
enter, like i did just there.
\n
“this is on line 1 and \n this is on line 2”
\ in a string is the escape character, so \t is like a tab, \n a new line etc…
ok, is there a way to get to the next line to automatically, if the text gets too big for the box? (I have a box that depends on the screens resolution)
anyone?
no one know how to automaticly have the GUI text start a new line?
Your welcome Tick the word wrap box on the GUI style you are using. It’s all in the docs.
thanks man!! you da bomb!!