This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Would it be possible to have text across multiple lines? Either that, or at least multiple anchor points for text.
For example, I'd like my health bar to show name, health (min/max), health percentage, level, race, class. But instead of it all being on one line (left, middle, right). I was hoping to have it be like the following layout:
[Name] [Health (Min/Max)]
Lvl [Level] [Race] [Class] [Health Percentage]
All of that in the health bar. Can't seem to figure a way to do that now if that's already a capability.
Add WordWrap() at top then you can add newlines with \n
To post a comment, please login or register a new account.