Jump to content

Next Quest pull-down menu in the CK


ItsMeToo

Recommended Posts

In the CK, in the Quest Stages tab, there is a Next Quest pull-down menu that the CK documentation says is not implemented in the code.

 

How would you get around this to be able to start a new quest after the current quest has finished using the last stage of the active quest to start the new quest?

Link to comment
Share on other sites

Create a property (let's call it "nextQuest" for now) and bind it to the new quest you want. Then at the desired quest stage add:

 

nextQuest.Start()

For quest clean-up purposes, you can either add clean-up (e.g., stopping the current quest) along with this or do it at one of the early/initialization stages of the new quest.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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