im trying to find a way to sort of recursively ‘set and get’ the cloud variable and add 1 to the value of the property ‘playerCount’ when a new user connect via BLE. With the code in the printscreen i can set the value to ‘1’ but if another user connect itself it will not add ‘1’.
but because i ‘set cloud variable’ and never initialized it anywhere i have no block variable related to the cloud value. So, no way to access it as a currentPlayerCount. How do i get the value before ?