Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trigger help
#1
Hi,
I'm trying to get the same key which I use to trigger a macro to disable the same macro.
In other words, when I press F8 I want it to start the macro and when I press F8 a second time I want it to disable/terminate the macro
is this possible, or do I need to bite the bullet and have a second key to terminate?
#2
Function Macro1431
Trigger F8     Help - how to add the trigger to the macro
Code:
Copy      Help
if getopt(nthreads)>1
,shutdown -6 0 "Macro1431"
,ret

spe -1

mes "macro"

note: it must be function, not macro.
#3
Awesome,
Thanks Gintaras


Forum Jump:


Users browsing this thread: 1 Guest(s)