Display Text

XIIXII Member Posts: 7
edited November -1 in Working with GS (Mac)
How do I set that text is being display like "Y 0.00" as Y is a string and 0.00 is retrieve as number from an attribute all together?

At the moment I made two different actors.

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    You can use the concatenate operator, which is two periods: '..'

    So for your example:

    Display Text: "Y:"..self.Position.Y

    (self.Position.Y needs to be selected from the drop down menu)
Sign In or Register to comment.