Storing Players Name and Game Actions in Variables

AutolibAutolib Member Posts: 5
edited November -1 in Working with GS (Mac)
I am trying to work on a text-based game where I need to store the players name and ask him various questions. Based on his answers to questions he is directed to new screens with new questions or a back to existing screens. How would I go about storing the information described above into variables? Is the information only held for the games session or held for future play.? My goal is to have the games work on an iPhone. I would also like to add graphics to some of the screens. Is this scenario within the scope of Game Salad? Thanks.

Comments

  • MankoManko Member Posts: 20
    For now you cant have persistent data, i.e. nothing will be saved if you turn off the game.

    However, saving such information for the session should pose no problem.
Sign In or Register to comment.