Need help with saving text to table cell.
GS_TMP2
Member Posts: 5
I am using a table to keep track of user profiles (up to 30) for a game. I am able to use the keyboard function to enter the profile name as a text variable. However, I am unable to save the text variable into a cell. Is there a special way to do this? I have been able to save integer and boolean variables to the table without problems.
Comments
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
I Hate to revive this old discussion but I am having a really hard time saving text to a table. If someone could explain this to me that would be great. I know it is probably right in front of my face but I am just not getting it. Thanks...
In GameSalad there is really no such thing as 'saving text to a table'. That phrase does not have any meaning.
But you can change a table cell's value to something (including a string of text). To do that you use a "Change Table Value" behavior. (The behavior is kind of misnamed. You are not really changing the table value. Instead you are changing the value of a cell in the table.)
Thanks @RThurman, I will try this out.