Macro Sound in Master Channel (solved)

Hello everyone

This is my target macro

#showtooltip
/cleartarget
/tar *******
/cleartarget [dead]
/stopmacro [dead][noexists]
/tm 3
/run PlaySound(SOUNDKIT.RAID_WARNING)
/ping [@target]

And I would like the sound component to play in the Master Sound Channel
so it plays the sound even if i have sounds and music disabled.

If you have any other optimization feel free to share that aswell. Thanks

edit; figured it out turns out I just wrote it wrong and had “;” instead of “,”

/run PlaySound(SOUNDKIT.RAID_WARNING, “Master”)