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.
 
 
 

29 lines
902 B

Scriptname _00E_FS_NQR02_EnableTharaelSC extends ObjectReference
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnTriggerEnter(ObjectReference akActionRef)
if !bDone && akActionRef == PlayerREF && FS_NQR02.IsRunning() && !FS_NQR02.IsCompleted()
if !FS_NQR02_TharaelREF.IsDisabled()
bDone = True
FS_NQR02_TharaelREF.Enable()
EndIf
EndIf
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
bool bDone
Actor Property PlayerREF Auto
Actor Property FS_NQR02_TharaelREF Auto
Quest Property FS_NQR02 Auto