Aw ok, it's way simpler than i thought
thanks a lot again, good day to you !
Search found 4 matches
- Tue Mar 01, 2022 11:00 am
- Forum: Dialogue System for Unity
- Topic: Showing variable value issue
- Replies: 3
- Views: 193
- Tue Mar 01, 2022 6:02 am
- Forum: Dialogue System for Unity
- Topic: Showing variable value issue
- Replies: 3
- Views: 193
Showing variable value issue
Hello for the sake of understanding here is the test conversation tree that i use : Tree.PNG the problem i have is if i put a "SendMessage(PersoLoadGame,,DM)" in the node 01 and then put "Tyran= [var = Tyran]" in the nodes 02 and 07, then the variable value is correct on the node...
- Tue Mar 01, 2022 5:59 am
- Forum: Dialogue System for Unity
- Topic: Saving or loading variable in conversation
- Replies: 3
- Views: 374
Re: Saving or loading variable in conversation
Thanks a lot for your help !!! it works !
- Mon Feb 28, 2022 5:55 am
- Forum: Dialogue System for Unity
- Topic: Saving or loading variable in conversation
- Replies: 3
- Views: 374
Saving or loading variable in conversation
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...