Pulover / PuloversMacroCreator

Automation Utility - Recorder & Script Generator
http://www.macrocreator.com
Other
1.66k stars 235 forks source link

Play multiple Macros 1 by 1? #220

Open 0lm opened 2 years ago

0lm commented 2 years ago

Hi

I created a Macro with different macro-tabs. Let's say 10 tabs. There is a Loop-feature to loop a single macro multiple times.

But i couldnt find a feature, that allows me to play multiple macros 1 by 1. Like.. I wantthe software to play macro 1-3. And at other times, i would like it to play macro 7-10 for example. How do I do that, without needing to select them 1 by 1 manually myself and click play?

To clarify, this is not about running multiple macros at the same time. It is about running Macro 1. After it is completed, run Macro 2. After completed, run Macro 3 etc. I want to be able to choose which Macros shall be run 1by1. Sometimes I would like to only run Macro 7-10 for example.

higrm commented 2 years ago

You can create a new tab that allows you with a MSG to input a code that you define to run which ever macros you want. example: MsgBox, 4, clic2p, "Answers are to be Yes or No. Pick one" MSG Enter the Code: If answer is Yes run these tabs, Else run instead these tabs, Each tab then gets run with a Gosub and then the next one will run.