Log in

View Full Version : Command to disable errors in a macro?



Ghallo
01-22-2008, 07:31 PM
I saw this on the forums somewhere last week, but can't for the life of me find it again. I saw a macro that had something like:

/script(seterrorlevel,0)
/use <trinket>
/script(seterrorlevel,1)
/cast <bigspellofdoom>

Anyone see this, and remember what the real syntax is?

Texic
01-22-2008, 09:53 PM
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/use 13
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/cast Lightning Bolt

Ghallo
01-22-2008, 11:04 PM
Thanks, you rock!