ecstatic Posted May 17, 2009 Posted May 17, 2009 (edited) Hey guys. How do i make a tray tip display a countdown of the seconds. Sleep($Keysenddelay) Send($WhisperSpam) Sleep($keysenddelay) Mouseclick("Left", 158, 492) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= While Sleep($lobbydelay) Traytip("D2AI", "Sleeping For " & $lobbydelay / 1000 & " seconds", $LobbyDelay) Wend =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I need it to sleep for the variable length, then display it constantly. This is inside another function edit stupid mistake on my part, Lobbydelay isnt a countdown variable. Edited May 17, 2009 by ecstatic
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now