int instanceID = mySFX.play(self) ; play mySFX sound from my self
Sound.SetInstanceVolume(instanceID, 0.5) ; play at half volume
see here: http://www.creationkit.com/Play_-_Sound
(I typed it into a working script and got the following error messages when I tried to compile it.)
c:\games\steamapps\common\skyrim\Data\Scripts\Source\temp\aadpMainCombatQuest.psc(70,23): play is not a function or does not exist
c:\games\steamapps\common\skyrim\Data\Scripts\Source\temp\aadpMainCombatQuest.psc(70,4): type mismatch while assigning to a int (cast missing or types unrelated)
Huh? play is not a function ?
Is this an error on the wiki page?


