Saving or loading variable in conversation
Posted: Mon Feb 28, 2022 5:55 am
Hello
I am totaly lost with the save system :c i just want to save and load simple variables across conversations but i can't figure out how it works
I'm using the GameSaver component for saving the variables in the conversations and made two simple methods for calling SaveGame() and LoadGame() from the GameSaver component. During the conversation i use SendMessage(NameOfTheMethod,,DialogueManager) in the Sequence thing, and there are no warnings. BUT each time i restart the conversation, the variable are reset to their initial state (i tracked these variable during the conversation and the values did change).
if i did something wrong what is the correct way for saving/loading these variable easily ?
thanks
I am totaly lost with the save system :c i just want to save and load simple variables across conversations but i can't figure out how it works
I'm using the GameSaver component for saving the variables in the conversations and made two simple methods for calling SaveGame() and LoadGame() from the GameSaver component. During the conversation i use SendMessage(NameOfTheMethod,,DialogueManager) in the Sequence thing, and there are no warnings. BUT each time i restart the conversation, the variable are reset to their initial state (i tracked these variable during the conversation and the values did change).
if i did something wrong what is the correct way for saving/loading these variable easily ?
thanks