enderalse/source/scripts/_00e_fs_nq01_sc02_failsavesc.psc

32 lines
935 B
Plaintext
Raw Normal View History

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