"Uptime Seconds" placeholder
caelaThinx opened this issue ยท 2 comments
- Saves a timestamp when the placeholder gets registered
- Then just returns the difference between register timestamp and now
In theory you could also just use the Unix timestamp for that, but will add it :D
Could we also get a ms version?
I was thinking, with this we would be able to "pause" an action script for a certain amount of seconds by plotting the timestamp as a variable and then having an IF statement wait for the "Uptime Seconds" placeholder to equal PLOTTED VARIABLE + Wait seconds
Is there ANY possible way I could create a feature request for a "Wait" or "Pause" (seconds or ms) block to be added into the action script editor? It was previously declined because of some silly game ticks reason but now it is possible with multiple actions/IF statements and only really needs simplifying into a single block to become usable.