ItsMeToo Posted January 20, 2013 Share Posted January 20, 2013 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 More sharing options...
Mujuro Posted January 26, 2013 Share Posted January 26, 2013 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 More sharing options...
ItsMeToo Posted February 1, 2013 Author Share Posted February 1, 2013 Thanks for your help. I found the solution and posted it here. http://forums.bethsoft.com/topic/1438041-next-quest-pull-down-menu-in-the-ck/ Link to comment Share on other sites More sharing options...
Recommended Posts