Little help with my macro

Sequences[‘EnhShm’] = {
author=“Çoercion@Thrall”,
specID=263,
version=1,
source = “Local”,
helpTxt = “Talents: 3, 2, 1, 2, 1, 1, 2”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
]],
“/cast Stormstrike”,
“/cast Crash Lightning”,
“/cast Flametongue”,
“/cast Boulderfist”,
“/castsequence [combat] reset=20 Frostbrand”,
PostMacro=[[
]],
}

This is the macro ive been using for my enhance only thing that isnt working is the frostbrand is firing way to often so how do i get it to only fire every 20 sec?

[quote quote=36057]This is the macro ive been using for my enhance only thing that isnt working is the frostbrand is firing way to often so how do i get it to only fire every 20 sec?
[/quote]

Because “reset=” does not work. It will ignore that and fire off Frostbrand a ton. Which is why, if you look at every other macro on this forum, you will see that we needed to put Frostbrand after Flametongue.