Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to write separate actions that repeat?
#1
I just learned a little bit about this. I'm just using pixel detection to press a key once it detects a change. Here are 2 I'm using (and the question below)

rep
    wait 0 C 0x000000 490 919 w 1
    wait 0.1
    key " "

rep    
    wait 0 C 0xCB53B4 920 1017 w 1
    wait 0.3
    key "d"

I want both of these to work independently of each other, and both repeat. Is there any way to make that work without 2 separate files?


Messages In This Thread
How to write separate actions that repeat? - by agentr - 02-29-2024, 06:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)