GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Question: /castsequence

fireymerlin opened this issue · 2 comments

commented

I'll mark this issue complete once I read your response.

On wowlazymacros, I've noticed several GSE macros with "/castsequence" in them.
Why would someone want to use that instead of just listing the individual "/cast" lines in GSE?

Here is an example of a warlock GSE macro:

"/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap",
"/castsequence [nochanneling] Shadow Bolt, Hand of Gul'dan, Demonic Empowerment, Shadow Bolt, Implosion",
"/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment, Shadow Bolt",
"/cast [nochanneling] Command Demon",
"/cast [nochanneling] Demonbolt",

What does GSE do when it sees a "/castsequence"? Does it execute the first command the first pass thru the sequence and the 2nd command the 2nd pass thru, etc, or what?

commented
commented

thank you.