Display of attributes with Text in "Display Text"

Hi Guys,

I was wondering (and checked the whole website for that) if there is a way to display a Text and different attributes using one "Display Text" behaviour?

I mean something like (in some scripting languages):
"This is an integer " + Int x

Thanx a lot!
-Yadda

Best Answer

  • MantoManto Posts: 796
    Accepted Answer
    Use two dots(..) instead of the plus(+).
    Example:
    "This is an integer "..game.IntX
Sign In or Register to comment.