4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
511 B

Scriptname _00E_FS_NQ10_MiscScript extends ObjectReference
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
If akNewContainer == PlayerREF
If FS_NQ10.GetStage() == 0
FS_NQ10.SetStage(5)
ElseIf FS_NQ10.GetStage() == 10
FS_NQ10.SetStage(20)
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