when saving do i use load or save attribute and how to save what building/ player position?

i have my load attributes at the beginning of my game but it wont save my cash etc.

also if i have a character choice selection at the beginning of the game how would i save the character choice and skip that scene for a saved game?

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Saving doesn't work in the preview environment. You would need to use the viewer or ad hoc.

  • LovejoyLovejoy Member Posts: 2,078
    edited November 2014

    @The_Gamesalad_Guru said:
    Saving doesn't work in the preview environment. You would need to use the viewer or ad hoc.

    Actually, hitting the reset button in the preview is the same as closing and opening you game.

    To answer OPs question: you have to put a save attribute behavior for your cash etc. with a keyword for each specific attribute. Then in your first scene, place load attributes with the attribute and exact key you used for saving it.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Oh yeah forgot about that.

Sign In or Register to comment.