I am using a text object to create an in-game tutorial.

In my text object, I am testing out a simple command for the player to learn.

Quote:
string ("Press ",str_interact," to disengage from console");

So it is supposed to say "Press E to disengage from console"

However, in-game it looks like this:

Quote:
Press
E
to disengage from console

I am not adding any "n" linebreaks to the strings. Shouldn't it be printing these things on the same line?