25 lines
427 B
Plaintext
25 lines
427 B
Plaintext
Scriptname _00E_FS_NQR01_StartBoxSC extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
if !bDone && _00E_FS_IsForgottenStoriesActivated.GetValueInt() == 1
|
|
|
|
if FS_NQR01.GetStage() < 1
|
|
|
|
bDone = True
|
|
FS_NQR01.SetStage(1)
|
|
|
|
EndIf
|
|
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
bool bDone
|
|
|
|
|
|
GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Quest Property FS_NQR01 Auto |