Mailamea Posted September 27, 2014 Posted September 27, 2014 Can anyone teach me how to add a sound to an active effect? For example i use a shout that slows down time, how do i add a sound that will play while the slow down is active and stops when the duration ends. Another one is anyone knows what the spell or power better vampire's useses for their side step slow mo perk, i had an idea to add to it, but i can only find the script used in it not the spell power, or ability itself. Thanks a bunch
aqqh Posted September 27, 2014 Posted September 27, 2014 http://www.creationkit.com/PlaySound In Magic Effect window attach script with this event Event OnEffectStart(Actor akTarget, Actor akCaster) PlaySound <sound-file-property>
Mailamea Posted September 27, 2014 Author Posted September 27, 2014 http://www.creationkit.com/PlaySound In Magic Effect window attach script with this event Event OnEffectStart(Actor akTarget, Actor akCaster) PlaySound <sound-file-property> Hey thanks, im not that much familiar with skyrim scripting yet, can you teach me how to do it step by step. Pretty please There are no scripts in the object window is it handle differently in skyrim? I know how scripting works in fo3/nv and oblivion but skyrim, im getting confused lol. thanks
aqqh Posted September 27, 2014 Posted September 27, 2014 How i do it in my mod: For some preview how to add script, add properties and edit their values see this tutorials line http://www.creationkit.com/Bethesda_Tutorial_Papyrus_Hello_World they are quite simple.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.