Macro help

I’m trying to write a macro for spell locking/seducing a mouse over target or current target. the macro works fine save for that the tool tip doesn’t adjust. here’s the macro,

#showtooltip
/cast [pet:succubus,@mouseover,harm][pet:succubus,harm][]Seduction;
/cast [pet:felhunter,@mouseover,harm][pet:felhunter,harm][]Spell Lock

help is greatly appreciated

Could just use Command Demon instead:

#showtooltip
/cast [@mouseover,exists,nodead] [] Command Demon

But as for fixing your macro, you’re shooting yourself in the foot with [] which essentially means =true

#showtooltip
/cast [pet:succubus,@mouseover,harm,nodead] [pet:succubus] Seduction; [pet:felhunter,@mouseover,harm,nodead] [pet:felhunter] Spell Lock