Hey rexrainbow I have a small question about "time away L plugin". Is there a way to remove unused timers from local storage?
My events are quite simple, they goes like this:
+Variable = 1
++every 1 second -> TimeAwayL: Start timer "xxx"
+Else
+Trigger once - > "stop timer" ???
When Variable is not equal to 1 I don't need timers to save anything anymore, but I can't get rid of them.
Been trying to use LocalStorage: Remove item "xxx" but it's not working, Everytime I run the project I can see saved timer items and values in the local storage