Tasks:Wastesedge:Dialogues And Quests: Difference between revisions

From Adonthell
Jump to navigation Jump to search
Waste's Edge for 0.4 dialogue and quest requirements
 
mNo edit summary
 
Line 1: Line 1:
Back to [[Tasks:Roadmap#Recreating Waste's Edge|Road Map]].
Back to [[Tasks:Road_Map#Recreating Waste's Edge|Road Map]].
 
__NOTOC__
== Overview ==
== Overview ==



Latest revision as of 12:51, 8 January 2012

Back to Road Map.

Overview

The structures of the dialogues is unchanged from v0.3 to v0.4, but the embedded Python code, especially for driving quest progress needs to be adapted to the new quest system.

Dependencies

Requirements

  • Collect list of all quest-related flags from dialogues and other scripts
  • Design and create Waste's Edge quest tree.
  • Update Python code of dialogues to use the quest tree instead of global or NPC specific python variables.

References