Page 2 of 2

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

Posted: Tue Oct 06, 2015 1:12 pm
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

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

Posted: Tue Oct 06, 2015 1:48 pm
by alfonso
OK man i quit haha i deleted the "Quest1" and create a new one "New Quest 1" and work like a charm

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

Posted: Tue Oct 06, 2015 2:11 pm
by Tony Li
Whew! If you notice any other issues, let me know. :-)