02-29-2024, 06:43 AM
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?
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?