Hey
I’ve created a text object and want it to display the current and next level.
I would like to have a tab between the text and the level number so it displays like this:
Current level: 10
Next level: 11
… and I’ve tried to make a string like this:
“Current level:\t10\nNext level:\t11”
…but it doesn’t display the tab, there is no space in between
Anyone with any tips?
[import]uid: 95786 topic_id: 21383 reply_id: 321383[/import]
Excellent!