4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
360 B

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())
_00E_EPHandler.GiveEP(50)
EndIf
endEvent
bool bDone
Message Property _00E_Ark_NQ_Kor_Altar Auto
Sound Property _00E_HorrorPulseFarSingleM Auto