32 lines
935 B
Plaintext
32 lines
935 B
Plaintext
Scriptname _00E_FS_NQ01_SC02_FailsaveSC extends ObjectReference
|
|
|
|
;=====================================================================================
|
|
; EVENTS
|
|
;=====================================================================================
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
if akActionRef == PlayerREF && !bDone && FS_NQ01.GetStage() == 30
|
|
|
|
If FS_NQ01.FS_NQ01_YuslanREF.GetParentCell() != ThalgardOrdensklosterL1
|
|
|
|
bDone = True
|
|
FS_NQ01.MoveYuslan()
|
|
|
|
EndIf
|
|
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
;=====================================================================================
|
|
; PROPERTIES
|
|
;=====================================================================================
|
|
|
|
bool bDone
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
_00E_FS_NQ01_Functions Property FS_NQ01 Auto
|
|
|
|
Cell Property ThalgardOrdensklosterL1 Auto |