If variable in Macro
Hey all!
What i want to achieve:
The color layout in MA Startshow (or a similar one anyway)
After checking how it works, i can see that each individual colour and group has it's own recipe based sequence - so around 100 individual sequences
i Don't want to do all that.
What i can not get to work:
I am trying to use tags and If variable in macro, but don't know if i can use multiple If variables in the macro for it to trigger a spesific cue in a spesific sequence
in layout i have:
Profile --- White - Red - Orange - [...] -- All of these colour boxes has Tag "Profile"
Wash --- White - Red - Orange - [...] -- All of these colour boxes has Tag "Wash"
Sequence 1 is Profile Colours White to Pink (13 cues)
Sequence 2 is Wash Colours White to Pink (13 cues)
On all White boxes i have Macro 1 (go+ sequence 1 cue 1 If tag "Profile"; go+ sequence 2 cue 1 If tag "Wash")
On all Red boxes i have Macro 2 (go+ sequence 1 cue 2 If tag "Profile"; go+ sequence 2 cue 2 If tag "Wash")
I want to press the Red box on the line intended to Wash and activate cue 2 in sequence 2.
Right it activates cue 2 in sequence 1 and 2
Is it possible to achieve what i want with just a loooong macro for each colour, or am i just wasting my time?