I'm trying to figure out a decent way to check your current coordinates in SRO via AutoIt. Is there a way that it can read the text of the coordinates, or does reading text only work if it's like actual text and not "an image" of text. Another route I suppose I could go is having it check for unique numbers, like if you wanted to run to the coordinates 500,500 you'd first have it check if the first number is a 5, then if it's not, depending on what it returns it will either go north or south. The only problem I see with that is how will the bot know which way is which? Heh. I guess you can have it check the pixel for the pointy part of the cursor in the radar, and then have it press left or right depending on where it finds it. This just seems like it's going to be so fragile and delicate that the macro could very easily just not function and run you into the corner. Not to mention having it get unstuck once it's moving. I don't know, if anyone can give me some suggestions on how to go about doing this (before I pick up a C++ coding book ) I'd greatly appreciate it.