do i need to save boolean attribute??

hi, do i need to save my all boolean attributes just like my high score and coins integer attributes????

Comments

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276
    edited September 2016

    If you want them to keep their value to the next play session, then yes.

    This is where tables are handy if you have a lot of stuff you want to save. One behavior, and everything is saved, and there's no need to load everything separately.

  • can you please tell me how to use tables to saving boolean attributes...

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Google save boolean table gamesalad and you'll have your answer.

Sign In or Register to comment.