enderalse/source/scripts/_00e_fs_nqr01_startboxsc.psc

21 lines
347 B
Plaintext

Scriptname _00E_FS_NQR01_StartBoxSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if !bDone && akActionRef == PlayerREF
if FS_NQR01.GetCurrentStageID() < 1
bDone = True
FS_NQR01.SetCurrentStageID(1)
EndIf
EndIf
EndEvent
bool bDone
Quest Property FS_NQR01 Auto
Actor Property PlayerREF Auto