Added missing property to _00E_FS_NQR01_StartBoxSC
This commit is contained in:
parent
51c6e2ac41
commit
28113e356d
Binary file not shown.
@ -2,7 +2,7 @@ Scriptname _00E_FS_NQR01_StartBoxSC extends ObjectReference
|
||||
|
||||
Event OnTriggerEnter(ObjectReference akActionRef)
|
||||
|
||||
if !bDone
|
||||
if !bDone && akActionRef == PlayerREF
|
||||
|
||||
if FS_NQR01.GetCurrentStageID() < 1
|
||||
|
||||
@ -17,3 +17,4 @@ EndEvent
|
||||
|
||||
bool bDone
|
||||
Quest Property FS_NQR01 Auto
|
||||
Actor Property PlayerREF Auto
|
||||
|
Loading…
Reference in New Issue
Block a user