This should be easy, think I'm just not understanding correctly..
So I have a variable, and a text object - I want to set the text object to say "Score:" + amount (the variable)
So I can use score.amount to print the variable, but how do I add the words before it?
In basic I'd just use "Total:"+score.amount
But it doesn't like the +