I'm using PatternGen plugin and I need to call 02 different patterns. This is my code:
Event>On start layout
Subevent> For "indexColors" from 1 to 7 >Action> PatternGen>>Set pattern str(loopindex)"indexColors")) with count to 1
Subevent> For "indexLevels" from 1 to 10 >Action> PatternGen>>Set pattern str(loopindex)"indexLevelss")) with count to 1
Usually I call the pattern in this way:
Action> Set color to PatternGen.Pattern
Now I need to know how to call two patterns separately: "indexColors" and "indexLevels".
Thanks