"Display Text" Question

BackUpAndDownBackUpAndDown Member Posts: 685
edited November -1 in Working with GS (Mac)
Hey, is it possible to show text and attributes in a single display text behaviour? I want the text to read "Level (attribute)".

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    I think you can put it in like

    "Level"..game.attribute

    you can't actually put a space in there, so I created an attribute called space which is just a blank character so i did something like

    "Level"..game.space..game.attribute

    that SHOULD work
  • MarkOnTheIronMarkOnTheIron Member Posts: 1,447
    On the expression editor write: "Level".. and then double-click on the attribute you want to attach.

    If you want a space after the Level hit alt+space before the second quotation mark.
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    i didnt know about that alt-space trick. thanks!
  • MarkOnTheIronMarkOnTheIron Member Posts: 1,447
    Yes it's really useful. I got that tips from another user but forgot who he was...
  • BackUpAndDownBackUpAndDown Member Posts: 685
    When I tried that it just said "Invalid Expression"... I'm not sure how I could of messed something that simple up. =P
Sign In or Register to comment.