View Single Post
03-26-13, 07:49 AM   #3
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
I would like to pass custom values not the info.value.

I found this workaround:

Code:
info.func = function(self)
	PVPSound_OptionsSetSoundPackOne("lolimastring")
end

function PVPSound_OptionsSetSoundPackOne(ohrlly)
--
end
  Reply With Quote