Macro help

Status
Not open for further replies.

hinge

So like Yea...
Joined
Aug 23, 2006
Messages
71
Reaction score
1
Points
8
im looking for help for basic macro that will do a key press when it sees a line of text "Go Hinge" and continue to loop it.

Thanks
 
Code:
#Event GoHinge "#*#Go Hinge#*#"

Sub Main
:loop
/doevents
/goto :loop
/return

Sub Event_GoHinge
/keypress [COLOR="Red"]X[/COLOR]
/return
 
Status
Not open for further replies.