enderalse/source/scripts/_00e_fs_nqr05_fatherdeathsc.psc

25 lines
505 B
Plaintext
Raw Normal View History

Scriptname _00E_FS_NQR05_FatherDeathSC extends Actor
2024-08-02 00:25:53 +00:00
Event OnDying(Actor akKiller)
BlockActivation()
endEvent
Event OnDeath(Actor akKiller)
BlockActivation()
endEvent
Event OnActivate(ObjectReference akActionRef)
2024-08-02 00:25:53 +00:00
if (akActionRef == Game.GetForm(0x14)) && IsDead()
_00E_MAGEldritchFireSSVar01M.Play(Game.GetPlayer())
_00E_FS_NQR05_FatherActivationBlock.Show()
endif
EndEvent
Message Property _00E_FS_NQR05_FatherActivationBlock Auto
2024-08-02 00:25:53 +00:00
Sound Property _00E_MAGEldritchFireSSVar01M Auto