2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_RemoveSilenceAndCombatSoundtrack extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
|
|
|
|
if akActionRef == PlayerREF && !bDone
|
|
|
|
bDone = True
|
2024-01-09 22:00:18 +00:00
|
|
|
_00E_PlayerFunctions.GetSoundControl().RemoveSilence()
|
2024-02-05 02:17:04 +00:00
|
|
|
_00E_PlayerFunctions.GetSoundControl().RemoveCombatSoundtracks()
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
bool bDone
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|