2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_FS_NQ10_MiscScript extends ObjectReference
|
|
|
|
|
|
|
|
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
|
|
|
|
|
|
|
|
If akNewContainer == PlayerREF
|
2024-01-10 14:08:24 +00:00
|
|
|
If FS_NQ10.GetCurrentStageID() == 0
|
|
|
|
FS_NQ10.SetCurrentStageID(5)
|
|
|
|
ElseIf FS_NQ10.GetCurrentStageID() == 10
|
|
|
|
FS_NQ10.SetCurrentStageID(20)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
FS_NQ10.ModObjectiveGlobal(1, _00E_FS_NQ10_MiscCountGlobal, 5, 9, true)
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Quest Property FS_NQ10 Auto
|
|
|
|
GlobalVariable Property _00E_FS_NQ10_MiscCountGlobal Auto
|