jgoralcz/aki-api

Restore game

Closed this issue · 3 comments

Sometimes needs to restore game with saving progress and session, for now i can't pass old aki data to create game from database, json etc.

I've never tried it, but can you not set the variables?

Ex:

const aki = new Aki({ region: 'en' });

aki.session = myOldSessionHere
aki.variable = anotherVariableHere

Let me know if that works

@asyven did this work?

Closing due to inactivity. I would appreciate if someone could confirm or deny if the above works 🤔