implite Posted June 2, 2009 Posted June 2, 2009 Can tooltip display variables? This is what im trying to do but it wont display the number:Func Gstart() While 1 if PixelGetColor(20,20) = 16777215 then $Gcount = $Gcount + 1 Gpause() EndIf Wend EndfuncFunc Gpause() While 1 ToolTip("Total = $Gcount", 677,175, "Paused") sleep(100) Wend EndfuncI want it to show:PausedTotal = 1but it shows Total = $Gcountit would be great if it can keep counting up every time it adds + 1Thanks!
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