fuzz080 Posted September 2, 2009 Share Posted September 2, 2009 Hey guys, my mod consists of a bunch of custom spells I've made. I was hoping there would be some way to play a custom sound clip when the spell is cast. Any help with that would be apprecviated. Link to comment Share on other sites More sharing options...
Maigrets Posted September 2, 2009 Share Posted September 2, 2009 If you want to use one of the sounds under Miscellaneous\Sounds that is not a default spell sound you need to make a "Magic Effect" script and attach it to your spell. You can change the type of script in the top right corner drop down box. If your spell already has a script you can add a line like this:playsound soundID Or just attach a script like this to your spell if you only want the sound. Example: scn MyCustomSoundScript Begin ScriptEffectStart Playsound SPLIllusionCastEndBegin ScriptEffectFinish ; not sure if you need these two lines. I usually add sounds to other scripts.End See here: http://cs.elderscrolls.com/constwiki/index...riptEffectStart and here: http://cs.elderscrolls.com/constwiki/index.php/PlaySound Other sound clips not included with the game need to be setup correctly first: http://cs.elderscrolls.com/constwiki/index.php/Sound Link to comment Share on other sites More sharing options...
Recommended Posts