Scriptname KynarethRobes extends ReferenceAlias
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
If akNewContainer == Game.GetPlayer()
If AEL02.GetStage() == 20
AEL02.SetStage(40)
Else
AEL02.SetStage(15)
EndIf
EndIf
EndEvent
Quest Property AEL02 Auto
After testing in-game, I picked up the item and checked the stage of the quest using the console and it was still 20.
Is there something else I need to set somewhere to advance the quest stage when something is picked up by the player? This is the second time I have started from scratch trying to get this to work and I am getting absolutely nowhere.
I really appreciate any help anyone can give me.
