I have a system in my game that saves the players progress locally when they are offline. However, once they reconnect I push a batch of saved level progress to the server for processing. One of the attributes I am trying to process server side is the level score. How do I add a score to a running total in GameSparks?
Thank you,
Travis Pettry
1 Comment
T
Travis Pettry
said
almost 4 years ago
I found the answer, all you need to do is call the following:
Travis Pettry
I have a system in my game that saves the players progress locally when they are offline. However, once they reconnect I push a batch of saved level progress to the server for processing. One of the attributes I am trying to process server side is the level score. How do I add a score to a running total in GameSparks?
Thank you,
Travis Pettry