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??
Moderators SmOke_N Posted August 11, 2006 Moderators Posted August 11, 2006 All I need is this: (and it's not in the help file, and I already searched the forums)How hard did you search lol...I typed memory and titles only...http://www.autoitscript.com/forum/index.ph...hlite=%2BMemory Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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