Feral Single Target.. help

I have a nice feral ST macro… I use the wheel mouse as the button… so I just scroll the mouse and it runs through the abilities… But for some reason the macro only shows a ? instead of what ability is next… could someone tell me what I am missing to make it show the spells instead of just ?

Sequences[‘FeralST’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence [@player,nostance:2] Mark of the Wild,Cat Form(Shapeshift)
/cast [nostealth,nocombat] Prowl
/castsequence [nocombat] reset=target !rake,null
/stopattack [stealth]
]],
‘/castsequence [nostealth] reset=10,combat,target Rake,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Shred,Shred,Ferocious Bite’,
‘/castsequence [nochanneling] reset=combat Shred,Rake,Shred,Ferocious Bite’,
‘/castsequence [nochanneling] reset=combat Rake,Shred,Rake’,
[[/cast [combat] Tiger’s Fury]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}