/castsequence CONFUSION!

Hi people,

I’m confused with /castsequence in GnomeSequencer - I know GS changes the order of commands executed by moving to the subsequent command if the current one cannot be executed. But I’m unsure as to how things work with /castsequence. For instance:

Sequences[‘Sample_Macro’] = {
specID = 253,
author = “Centaurette”,
helpTxt = ”This is a test”,
icon=”INV_MISC_QUESTIONMARK”,
StepFunction = GSStaticPriority,
PreMacro = [[
]],
‘/castsequence spell_A, spell_B’,
‘/castsequence spell_C, spell_D’,
PostMacro = [[
]],
}

If spell_A cannot be executed, does GS move onto spell_B or spell_C?

Thanks in advance.

Short Answer C

Long answer: Understanding castsequence · TimothyLuke/GSE-Advanced-Macro-Compiler Wiki · GitHub