Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro Trigger
#1
hello, is it possible to use another macro as a trigger for a macro?
#2
I don't believe that you can use another macro as a set trigger for a macro, but you could probably just set the macro to run when you run that macro.

Ex:
Code:
Copy      Help
spe 100
rep 1
,out 1
,mac- "Macro2" ;; this will shutdown current macro and run Macro2
,;;;mac can be used in multiple ways
;;mac+ open macro in editor (don't run)
;;mac- end currently running item and start macro.
;;mac continue executing currently running item and start macro. If both items are macros (not functions, etc), macro starts when currently running macro ends, else, if only macro is macro, "Priority" property is applied.
#3
or you could make one of them a function and drag it to a macro then used a trigger on that macro which will allow you to trigger the function and stop it as well , just like a macro!


Forum Jump:


Users browsing this thread: 1 Guest(s)