ned some help

hi i´m new,this is my fist post
sorry for my english i gave my best .)
well i nedd some help with this macro what is wrong with it?

Sequences[‘Dicip’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
]],
‘/cast [nochanneling] reset=9 Penance’,
‘/cast [nochanneling] reset=180 Gift of the Naaru’,
‘/cast [nochanneling] reset=40 Halo’,
‘/cast [nochanneling] reset=10 Prayer of Mending’,
‘/castsequence [nochanneling] reset=combat Flash Heal,Flash Heal’,
‘/cast [nochanneling] Power Word: Shield’,
‘/cast [nochanneling] Flash Heal’,
‘/cast [nochanneling] Heal’,
‘/cast [nochanneling] Holy Nova’,
‘/cast [nochanneling] Prayer of Healing’,
‘/cast [nochanneling] Pain Suppression’,
‘/cast [nochanneling] Fade’,
‘/cast [nochanneling] Cascade’,
PostMacro = [[
/script UIErrorsFrame:Clear()
]],
}

thx

your ’ and ’ tags were wrong when i placed it into my GS lua file, copy into a text file and change them, should be ok then

seems to work too… :slight_smile: