Is it possible to encapsulate a container into a GSE macro?

As I understand how GSE operates, it would cycle through /cast A, B, C, D and rinse and repeat.

But I’m wondering if it’s possible through macro chaining to do:

/cast A
/cast 2 (resolves both cast at the same time - the abilities are off GCD)
/cast D

To rephrase it, I would like to take the functionality of a default WoW macro where it tries to resolve both at once and integrate it into a GSE macro so it does not waste efficiency in having an off-GCD ability constantly appearing in the cycle when it should be used together with something else.

Have a look on GSE’s GitHub on Chaining Macros

On the sub macro put B in the Keypress and C in the Sequence

1 Like

Hey Tim, thanks for the response. I always thought that the keypress should only be reserved for conditionals/targetting, didn’t think to drop a spell in there.

Thanks for the advice and I hope you’re enjoying Shadowlands/had a great Thanksgiving.