enderalse/source/scripts/_00e_fs_nqr03_tharaelfailsavesc.psc

30 lines
837 B
Plaintext
Raw Normal View History

Scriptname _00E_FS_NQR03_TharaelFailsaveSC extends ObjectReference
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF && !bDone
2024-01-10 14:08:24 +00:00
If FS_NQR03.GetCurrentStageID() == 10
bDone = True
FS_NQR03.TharaelFailsave()
EndIf
EndIf
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
bool bDone
Actor Property PlayerREF Auto
_00E_FS_NQR03_Functions Property FS_NQR03 Auto