Jump to content

Recommended Posts

Posted

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
Endfunc

Func Gpause()
While 1
    ToolTip("Total = $Gcount", 677,175, "Paused")
   sleep(100)
Wend
Endfunc

I want it to show:

Paused

Total = 1

but it shows Total = $Gcount

it would be great if it can keep counting up every time it adds + 1

Thanks!

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...