I’m with a little problem with blibioteca GGData … When I save some value using anothervalue, example:
box.anotherValue = myData.bestscore
I can not save another value using anotherValue because it is only by accepting one and if I save more. one he takes only one value for the two that I would be in the case by setting…
Example of how I’m doing:
[…]
lolz:set( "value", myData.dinheiro ) lolz:save()
After …
box.anotherValue = myData.bestscore + 0 box:save()
It takes the same amount of money and places like the bestscore … How to solve this?