Jump to content

CK Quest Tutorial - oldContainer


dantecross

Recommended Posts

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)

endif

EndEvent

 

any ideas?

Edited by dantecross
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...