enderalse/source/scripts/_00e_fs_nqr01_startboxsc.psc

20 lines
289 B
Plaintext
Raw Normal View History

Scriptname _00E_FS_NQR01_StartBoxSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if !bDone
2024-01-10 14:08:24 +00:00
if FS_NQR01.GetCurrentStageID() < 1
bDone = True
2024-01-10 14:08:24 +00:00
FS_NQR01.SetCurrentStageID(1)
EndIf
EndIf
EndEvent
bool bDone
Quest Property FS_NQR01 Auto