Added dialogues for the mayor
[butaba-adventures.git] / dialogues / mayor1.dlg
diff --git a/dialogues/mayor1.dlg b/dialogues/mayor1.dlg
new file mode 100644 (file)
index 0000000..023cd77
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<conversation>
+  <dialogue id="1">
+    <speech>And just who might you be, young man?</speech>
+    <response id="1" nextdialogue="2">My name is Butaba and...</response>
+    <response id="2" nextdialogue="0">Bye!</response>
+  </dialogue>
+  <dialogue id="2">
+    <speech>It doesn't really matter who you are. Can't you see I'm busy? Go away and play with your toys. I've got a lot of work
+to do!</speech>
+    <response id="3" nextdialogue="3">But, I...</response>
+    <response id="4" nextdialogue="0">Sorry, didn't mean to disturb you, sir.</response>  
+  </dialogue>
+  <dialogue id="3">
+    <speech>Just go away before I lose my temper, you impertinent fellow.</speech>
+    <response id="5" nextdialogue="0">Uh... sorry!</response>
+  </dialogue>
+</conversation>
\ No newline at end of file