dantecross Posted February 11, 2012 Share Posted February 11, 2012 (edited) Ok, so I've been going through the quest tutorial on the Creationkit wiki, and I have the whole mission working except when I pickup the amulet from the thief it doesnt move onto the next stage.Everything is as it explains to do and when I took off the quest item check I could proceed to the next section by dropping the amulet and picking it up again so I think that the problem must be to do with picking the amulet up from the thief. for some reason it ignores the script telling it to move onto stage 30 if the player is the new container. the code on the amulet:Event OnContainerChanged(ObjectReference newContainer, ObjectReference oldContainer) if (newContainer == Game.GetPlayer()) GSQ01.SetStage(30) endifEndEvent any ideas? Edited February 11, 2012 by dantecross Link to comment Share on other sites More sharing options...
Recommended Posts