Added missing property to _00E_FS_NQR01_StartBoxSC

This commit is contained in:
Eddoursul 2024-01-24 17:55:26 +01:00
parent 51c6e2ac41
commit 28113e356d
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@ Scriptname _00E_FS_NQR01_StartBoxSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef) Event OnTriggerEnter(ObjectReference akActionRef)
if !bDone if !bDone && akActionRef == PlayerREF
if FS_NQR01.GetCurrentStageID() < 1 if FS_NQR01.GetCurrentStageID() < 1
@ -17,3 +17,4 @@ EndEvent
bool bDone bool bDone
Quest Property FS_NQR01 Auto Quest Property FS_NQR01 Auto
Actor Property PlayerREF Auto