Lets say I make a command group with two commands:
commandA
commandB
in commandA, commandA executes commandC. commandA finishes before commandC does. following me?
now heres the thing. i want commandC to finish executing before commandB starts. So the flow of events is this
commandA -> commandC (if certain conditions are met) -> commandB
i dont want to put commandC in the commandgroup because commandC could be looped over and over again