FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

"Uptime Seconds" placeholder

caelaThinx opened this issue ยท 2 comments

commented
  • Saves a timestamp when the placeholder gets registered
  • Then just returns the difference between register timestamp and now
commented

In theory you could also just use the Unix timestamp for that, but will add it :D

commented

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.