[Trigger] Game Cache Confusion

Status
Not open for further replies.
Level 6
Joined
Mar 21, 2008
Messages
177
I was wondering... Does a game cache store the quests I've done. Like if I go to one map and then go back to the first map will the quests shonw up that I've done? sorry if thats confusing, its the best way I could phrase it! :thumbs_up:
 
Last edited:
Erm, if you save that in the game cache, it will xD
Really... the game cache only stores what you want it to store, nothing else :P

Set a boolean (something like "QuestDone" with an array) to true when the quest is done and save that boolean.
When you enter the other map (and then back to the first map?), check QuestDone[X] , if it's true, the quest is already done, if it's false, the quest hasn't been done yet.

I usually never use game caches, but I think this would be about correct :/
 
Status
Not open for further replies.
Back
Top