Rauchster Posted August 11, 2006 Posted August 11, 2006 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??
Valik Posted August 11, 2006 Posted August 11, 2006 Somebody who can't......post in the correct forum......use Call() correctly......doesn't need to be reading memory.
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