30 lines
828 B
Plaintext
30 lines
828 B
Plaintext
|
Scriptname _00E_FS_NQR03_TharaelFailsaveSC extends ObjectReference
|
||
|
|
||
|
;=====================================================================================
|
||
|
; EVENTS
|
||
|
;=====================================================================================
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == PlayerREF && !bDone
|
||
|
|
||
|
If FS_NQR03.GetStage() == 10
|
||
|
|
||
|
bDone = True
|
||
|
FS_NQR03.TharaelFailsave()
|
||
|
|
||
|
EndIf
|
||
|
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
;=====================================================================================
|
||
|
; PROPERTIES
|
||
|
;=====================================================================================
|
||
|
|
||
|
bool bDone
|
||
|
|
||
|
Actor Property PlayerREF Auto
|
||
|
|
||
|
_00E_FS_NQR03_Functions Property FS_NQR03 Auto
|