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.
 
 
 

18 lines
465 B

Scriptname _00E_NQ19_PickUpItemSC extends ObjectReference
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
If akNewContainer == Game.GetPlayer() && !bDone
bDone = True
NQ19.SetObjectiveCompleted(iQuestObjectiveIndex)
NQ19.SetObjectiveDisplayed(iQuestObjectiveReturnIndex)
EndIf
endEvent
bool bDone
int Property iQuestObjectiveIndex Auto
int Property iQuestObjectiveReturnIndex Auto
Quest Property NQ19 Auto