How do you type both words and equations in display text?

QuestionManQuestionMan Member Posts: 81
edited August 2012 in Working with GS (Mac)
I simply want my equation to show "$ 50" or something like that, but when I do not know how to enter that into the equation without it giving an error. (The 50 is an integer showing points) So the equation looks like "$" + game.points
How would you type this?

Best Answer

  • IsabelleKIsabelleK Posts: 2,807
    Accepted Answer
    Here is a little example: "This is your score "..game.score
    In "..." put a text you want to show up (for example "$"), and after dots put your attribute.
    In your case it should look like this: "$"..game.points

Answers

Sign In or Register to comment.