Tasks:Dialogue: Difference between revisions

From Adonthell
Jump to navigation Jump to search
m Reverted edits by BastrOczel (Talk); changed back to last version by Ksterker
(No difference)

Revision as of 08:03, 15 July 2008

Back to Contents

Overview

The dialogue engine drives the conversations between player and NPCs.

Dependencies

Requirements

  • Mainly needs be ported from v0.3 branch to v0.4 (done)
  • Only lowlevel functionality implemented in the game engine (done)
  • GUI should be written in Python, to allow modifications by game authors
  • GUI should contain history of conversation
  • GUI should display NPC (and possibly player) portrait
  • Player's choices should be numbered from 1 to n

References