adding additional text to a DISPLAY TEXT attribute?

UtopianGamesUtopianGames Member Posts: 5,692
edited November -1 in Working with GS (Mac)
Hi Guys,

I'm getting on really well with GS since joining a few weeks ago but i can't seem to be able to add additional text to my game attribute "count the fish" in my actor i use display text "game.count the fish" which gives me a number but i'd like to put the words "fish remaining" before my variable count the fish.

fish remaining = x

Darren.

Comments

  • JGary321JGary321 Member Posts: 1,246
    Put this in the text display rule

    'fishremaining'..game.counthefish

    It doesn't support spaces though. If you want that you'll have to make a Text attribute that has the value of "Fish Remaining" and then do:

    self.fishremaingtextattribute..game.countthefish

    make sense?
  • UtopianGamesUtopianGames Member Posts: 5,692
    Thanks that works great:)

    Darren.
Sign In or Register to comment.