HI Rex or evyrone else here who could help me
So I want to save variables datas (like localstorage but on internet with Firebase)
I'm using the "save user variables.capx" example, but in the template, there isn't any variables in the event, so I have some doubts about the expressions and how can I use them.
Please, does someone could tell me how modify this expression according to my example datas below ?
ACTION BROWSER : "Gold= " & SaveSlot.BodyValue("Gold")
ACTION SAVESLOT VALUE : SaveSlot.BodyValue("Gold") + 1
Here, "Gold" seems to be just the keyname and not the variable....
My datas example :
My variable : coins
My key : "coin_key"
So What I have to type exactly according to my variable "coin" and my key name "coin_key" ? Please ?....
Thank you very much