Jump to content
Macro Express Forums

Text Variables


fireburn

Recommended Posts

Hello all, I'm just learning more detailed ways of using ME and I'm stuck on how to make a macro based on text on the window.

 

I want a macro to check a field for text that might read "buy" or "buy stack" but can't seem to get it to work. the items would be in a random list on the window so I need it to check for "text" and if it's there left click, but if it is not, mouse move to new pos and check again.

 

If you can help me with this plz post.

Link to comment
Share on other sites

Is there a way in the program to search the field, such as Control+F? If so, you could program Macro Express to use this feature and then use the Move To Text Cursor Position under the mouse move command.

sadly no, I could use a "get color" check instead of text tho.

 

example

mouse move X:585 Y:245

if color = white

macro run: 2

if color = black

loop (till color = white)

 

something like this either with colors or text would be helpful to me, but no ideal how to program that in ME 3.5

Link to comment
Share on other sites

If the information that you are trying to copy into Macro Express is scripting code, then it will be able to read it as a macro script. However, if it is like the code that I posted, it will not be able to read it and it will need to be entered manually. The reason that we show the script like we do is for readability. The actual script looks like this.

<IVAR2:09:01:25><REM2:><SPKEY:%N9%><DVAR2:01:01:.15><DVAR2:02:01:.75>

 

However, the code that we post uses the names of the commands as listed in the Commands list in the Scripting and Direct Editors.

Edited by jason
Link to comment
Share on other sites

OK, thanks Jason, understood.

 

How did you actually post the boxed command line extract that you showed earlier under 'CODE' please? If I copy from Scripting Editor to clipboard and then paste elsewhere (e.g. into a forum post), it reverts to 'raw' format.

 

--

Terry, West Sussex, UK

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...