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