View Single Post
01-24-14, 03:21 PM   #19
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Try this?
Lua Code:
  1. PlaySoundFile("Interface\\AddOns\\HokutoNoMonk\\sounds\\" .. spellName .. ".ogg", "SFX")

It should be literally the same thing I wrote earlier but maybe there's some quirk to it.
  Reply With Quote