Display Text
XII
Member Posts: 7
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.
At the moment I made two different actors.
Comments
So for your example:
Display Text: "Y:"..self.Position.Y
(self.Position.Y needs to be selected from the drop down menu)