Updating Quest Tracker with Adventure Creator
Posted: Fri Oct 09, 2015 9:43 am
I'm using Dialogue System for Unity 1.5.5 and Adventure Creator 1.47b, and I'm following the excellent Quests video tutorial you made.
I'm creating a quest somewhat similar in concept to the "Thin the Ranks" quest, but I'm using an Adventure Creator action list.
Accordingly, I've created a variable (originally in Articy:Draft, so thanks for that converter)
I've created a quest entry, as you describe in the tutorial video:
Then I'm using the "Third Party / Dialogue System Lua" to decrement that variable with a basic Variable["variable"] = Variable["variable"] - 1 statement
I've confirmed with the Lua Console that the variable is in fact decrementing via the action list, so the Lua is working, but the quest tracker display is not showing that change.
Besides selecting the "Update Quest Tracker" tickbox, what else should I be doing to make sure my tracker HUD displays the updated variable?
I'm creating a quest somewhat similar in concept to the "Thin the Ranks" quest, but I'm using an Adventure Creator action list.
Accordingly, I've created a variable (originally in Articy:Draft, so thanks for that converter)
I've created a quest entry, as you describe in the tutorial video:
Then I'm using the "Third Party / Dialogue System Lua" to decrement that variable with a basic Variable["variable"] = Variable["variable"] - 1 statement
I've confirmed with the Lua Console that the variable is in fact decrementing via the action list, so the Lua is working, but the quest tracker display is not showing that change.
Besides selecting the "Update Quest Tracker" tickbox, what else should I be doing to make sure my tracker HUD displays the updated variable?