4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
935 B

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