BrewMaster macro 6.0.3 tweeking

Hey everyone,
This is my first macro attempt. Monk tanking is awesome and i need to fix this macro. Not sure whats wrong with it. Any help is very appreciated!

/run sfx=GetCVar(“Sound_EnableSFX”);
/console Sound_EnableSFX 0
#showtooltip Keg Smash
/castsequence reset=target/8 Keg Smash,tiger palm,Blackout kick,jab,tiger palm,elusive brew,jab,Breath of fire,jab
/castsequence reset=15 Chi Wave,expel harm
/castsequence [combat] reset=30 Guard,Elusive Brew
/startattack
/run UIErrorsFrame:Clear()
/run SetCVar(“Sound_EnableSFX”,sfx);

[quote quote=17860]Hey everyone, This is my first macro attempt. Monk tanking is awesome and i need to fix this macro. Not sure whats wrong with it. Any help is very appreciated!
/run sfx=GetCVar(“Sound_EnableSFX”); /console Sound_EnableSFX 0 #showtooltip Keg Smash /castsequence reset=target/8 Keg Smash,tiger palm,Blackout kick,jab,tiger palm,elusive brew,jab,Breath of fire,jab /castsequence reset=15 Chi Wave,expel harm /castsequence [combat] reset=30 Guard,Elusive Brew /startattack /run UIErrorsFrame:Clear() /run SetCVar(“Sound_EnableSFX”,sfx);
[/quote]

there are a few mistakes,not sure if u following thread anymore as i just ran across this post as i just started playin a monk but ill showu examples of a few mistakes i found right out of the box

tiger palm should be Tiger Palm,Blackout kick should be Blackout Kick ect. not sure about the console commands

why does it matter if every first letter is Capital?

it doesn’t I’ve been making macro’s for about 3 or 4 months now, I don’t have any work up on the forums but they still work without the capitalization. Don’t listen to him, he doesn’t know. If you want it to look “neat” and organized for the viewers and yourself go ahead but otherwise it’s fine man, I’ll test this out as soon as I get some more free time.