event OnQuestStatusChanged(string quest, QuestStatus status)?

Announcements, support questions, and discussion for the Dialogue System.
alfonso
Posts: 104
Joined: Mon Jul 13, 2015 6:31 am

Re: event OnQuestStatusChanged(string quest, QuestStatus status)?

Post by alfonso »

Tony Li wrote: While playing, open the Dialogue Editor. On the Watch tab, add a Lua watch for your quest:

Code: Select all

Quest["Your Quest Name"].State
Tick Auto-Update. Then keep an eye on the quest state while you go through the conversation. Maybe it will help pinpoint when the quest is being reset.
yes i used this to see what is happening with the state. is so weird :( i will look for any "lua" code inside my customDialague
alfonso
Posts: 104
Joined: Mon Jul 13, 2015 6:31 am

Re: event OnQuestStatusChanged(string quest, QuestStatus status)?

Post by alfonso »

OK man i quit haha i deleted the "Quest1" and create a new one "New Quest 1" and work like a charm
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: event OnQuestStatusChanged(string quest, QuestStatus status)?

Post by Tony Li »

Whew! If you notice any other issues, let me know. :-)
Post Reply