save game and load with attribute

Good evening everyone

If i am saving and loading game progress with attributes will they load after closing game?

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    If you save an attribute with the save attribute behavior you'll need to use a load attribute behavior to load it back into memory after the game has been quit.

    You could use tables to save your data instead and you don't need to manually load anything in that case, tables are always loaded and ready for use once a game opens.

Sign In or Register to comment.