Modifier

Been away for a few months and have forgot the line I would need to write in to the macro, so I can have modifiers included. Looking to have a few spells on shift and ctrl. Thanks

Anywhere in your macro body (the big box):

/cast [mod:shift] Spell; [mod:ctrl] Spell; Spell

Or if you want it in the key press box:

/cast [mod:shift] Spell /cast [mod:ctrl] Spell

And have the [nomod] Spell in your macro body