Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
make a macro run a second macro
#1
is there a way where u can make a macro run another macro if the macro stops and the mouse doesnt move after 1 minute ?
#2
Code:
Copy      Help
POINT p pp; xm p ;;get mouse position
rep 60 ;;check mouse position every 1 s for 60 s
,1
,xm pp
,if(pp.x!=p.x or pp.y!=p.y)
,,ret ;;if mouse moved, exit
mac "macro2" ;;run another macro


Forum Jump:


Users browsing this thread: 1 Guest(s)