adding additional text to a DISPLAY TEXT attribute?
UtopianGames
Member Posts: 5,692
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.
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
'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?
Darren.