Jump to content

Creation Kit: Problem with quest conversation


krechlich

Recommended Posts

I had a similar problem with quest dialogue, it turned out that I just needed to save my game, then reload it. Apparently making constant changes and loading your game to test repeatedly can do that, so before doing anything special, just try saving then reloading. As for the object, for now try just putting the object into the container manually without using aliases. This is what I do because I really don't understand them. If that doesn't work, make sure the quest item was copied properly when you duplicated or created it.

 

Also I see one error in the dialogue script, in one of the images it says GetOwningQuest.SetObjectiveDisplayed(1-0) it needs to say 10, not 1-0 unless that was on purpose. Another little thing is you should put this line under set stage, it wont cause any problems, but it makes more sense to set the stage first, then display the stage objective.

 

As for audio, don't worry if it gets deleted, it wont make the actual conversation or topic disappear.

Edited by pyrotx
Link to comment
Share on other sites

  • 2 years later...

I had a similar problem with quest dialogue, it turned out that I just needed to save my game, then reload it. Apparently making constant changes and loading your game to test repeatedly can do that, so before doing anything special, just try saving then reloading. As for the object, for now try just putting the object into the container manually without using aliases. This is what I do because I really don't understand them. If that doesn't work, make sure the quest item was copied properly when you duplicated or created it.

 

Also I see one error in the dialogue script, in one of the images it says GetOwningQuest.SetObjectiveDisplayed(1-0) it needs to say 10, not 1-0 unless that was on purpose. Another little thing is you should put this line under set stage, it wont cause any problems, but it makes more sense to set the stage first, then display the stage objective.

 

As for audio, don't worry if it gets deleted, it wont make the actual conversation or topic disappear.

 

Thank you so much. Saving and Reloading is exactly the solution to the problem I have.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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