Jump to content

Recommended Posts

Posted

Hi i was wondering how to make a tooltip or so show a countdown when a sleep start...

For instance... In my script i got sleep(3600)...

Now obviusly i could make it

ToolTip("3600", 0, 0)

sleep(1000)

ToolTip("3599", 0, 0)

sleep(1000)

ToolTip("3598", 0, 0)

but there has to be another way haha >_<

Posted (edited)

thnx mate but this does not work for me...

how can i put in a tooltip which just starts counting up from 0 and keeps going ?

that way i can just write...

tooltip("Whatever")

sleep(38812387627)

[sumthing to stop the timer again]

Edited by Wberg

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...