MACRO TRIGGER activate/deactivate
Posted: Sun Jun 15, 2014 11:05 am
Hello
I am in trouble with macro activate/deactivate.
I want to switch rapidfire macro ON/OFF when pressing Joystick (which is sixaxis controller).
After emulating start, pressing R1 let macro start. It seems OK.
But when I press R3, I cannot switch ON/OFF.
Would you help me, please?
Sorry for my poor English
rapidfire.txt
I am in trouble with macro activate/deactivate.
I want to switch rapidfire macro ON/OFF when pressing Joystick (which is sixaxis controller).
After emulating start, pressing R1 let macro start. It seems OK.
But when I press R3, I cannot switch ON/OFF.
Would you help me, please?
Sorry for my poor English
rapidfire.txt
Code: Select all
MACRO JBUTTONDOWN 11 #R1 bind
TRIGGER JBUTTONDOWN 2 #R3, switch ON/OFF
KEYDOWN t #R1
DELAY 190
KEYUP t #R1
DELAY 50
JBUTTONDOWN 11 #MACRO LOOP
MACRO JBUTTONUP 11
TRIGGER JBUTTONDOWN 2 #R3, switch ON/OFF
KEYUP t
JBUTTONDOWN 11