Allerai Posted February 26, 2020 Share Posted February 26, 2020 (edited) Hi, I've got some issues with a script to add sound (voice) to a journal when you open it. My script at the moment doesn't want to play it. No sound. This is my script: Scriptname VoiceJournal extends ObjectReference Actor Property PlayerRef Auto Sound Property mySFX auto Event OnOpen(ObjectReference akActionRef) If (AkActionRef == PlayerREF) MySFX.Play(self) EndIf EndEvent ___ The property mySFX is a Sound Maker calling a Sound Descriptor with the following configuration: Descriptor type: StandardCategory: AudioCategorySFXOutput Model: SOMMono01400___ Could anyone of you good fellas help me with this? I tried with onActive and onOpen event. I found the solution with Event OnEquipped(Actor akActor) Edited February 27, 2020 by Allerai Link to comment Share on other sites More sharing options...
Recommended Posts