Can someone show me the proper way to STORE and RETRIEVE a VAR that is a number
I have a global lives = 3 and when I try to get the value it comes out as Nul assuming it's not getting the integer aspect of it?
would it be something like webstorage.LocalValue(int("lives"))???