Jump to content

Memory address referencing


Rauchster
 Share

Recommended Posts

All I need is this:

(and it's not in the help file, and I already searched the forums)

Func Box1()

If Memory location 100535E = ##### Then

MouseClick ("left", x, y, 1, 0)

Call ("Box2")

Else

Call ("Box2")

Func Box2()

If Memory location 100535F = ###### Then

MouseClick ("left", x, y, 1, 0)

Call ("Box3")

Else

Call ("Box3")

etc...

How do I define the constants of the memory addresses by actually reading what the addresses are and having the script return their current value??

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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