2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ07_BustSC extends ObjectReference
|
|
|
|
|
|
|
|
|
|
|
|
Event onActivate(ObjectReference akActionRef)
|
|
|
|
|
|
|
|
if !bDone
|
|
|
|
bDone = True
|
|
|
|
_00E_Ark_NQ_Kor_Altar.Show()
|
|
|
|
_00E_HorrorPulseFarSingleM.Play(Game.GetPlayer())
|
2024-01-09 22:00:18 +00:00
|
|
|
_00E_EPHandler.GiveEP(50)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
endEvent
|
|
|
|
|
|
|
|
bool bDone
|
|
|
|
|
|
|
|
Message Property _00E_Ark_NQ_Kor_Altar Auto
|
|
|
|
Sound Property _00E_HorrorPulseFarSingleM Auto
|