About Expression Editor
Hi community,
Just a quick question - how do you type an expression editor function which incorporates text and attributes?
For example, using Python if you had a UserName variable you could display the text by going " Hello " + str(UserName) + "!"
So how would you do this sort of thing on GameSalad?
Thanks
Just a quick question - how do you type an expression editor function which incorporates text and attributes?
For example, using Python if you had a UserName variable you could display the text by going " Hello " + str(UserName) + "!"
So how would you do this sort of thing on GameSalad?
Thanks
Comments
game.UserName is selected from a gameAttribute (or actorAttribute)
to do the space … use option+spaceBar
(the expression editor does not accept spacebar keystrokes)