Adding a space in an expression (i.e. Display Text)
xarmian
Member Posts: 124
Is there any escape sequence or other way to add a space into an expression for a display text? I'm trying to do something like:
"This is your score: "..game.Score
But you can't put a space in an expression, and that's the only way to add the variable. I could use two actors, but then spacing will be skewed and it should be unnecessary. I'm wondering if there's a \<char> sequence like \t that will let you do spaces. \t would almost work, but it's too many spaces.
This seems like a bad limitation of the expression editor...
"This is your score: "..game.Score
But you can't put a space in an expression, and that's the only way to add the variable. I could use two actors, but then spacing will be skewed and it should be unnecessary. I'm wondering if there's a \<char> sequence like \t that will let you do spaces. \t would almost work, but it's too many spaces.
This seems like a bad limitation of the expression editor...
Comments