Skip to content

From monologues to dialogues (+ other dialogue system upgrades)

Ján Chudý requested to merge DialogueFromMonologue into develop
  • Player's responses in dialogues can be created by adding [player] prefix in the dialogue sentence.
  • Current dialogue status is persistent for all characters when changing scenes.
  • Dialogue graphs are updated during a scene change or if game status is changed.
  • Created game manager script
    • added manipulation of game status
    • moved golden balls status handling here
Edited by Ján Chudý

Merge request reports