So I have been recently working on a Stealth Armor mod and I am getting totally lost in this new creation kit. This was very easy for me in New Vegas, but it seems like nothing works as it appears here. The following photo is what I have tried. I have plugged my sound into different sound things by choosing it from the drop down boxes and no luck. http://i.imgur.com/uzA3xMj.png If I wanted to script this, how would I do that as it seems scripting in FO4 is totally different than FNV and I am having trouble finding good documentation on syntax and functions. I usually learn best by example sadly. ScriptName xan_Play_Sound_Effect extends ObjectReferenceActor myActor Event OnActivate(xan_Nano_NightVision_Effect akActivator) myActor = akActor If(myActor == Game.GetPlayer()) xan_Stealth_Sound.Play(myActor) EndIfEndEvent I know this above script will not work, but I am really lost as to what to do and any help would be appreciate.