Began working on NPC code
[butaba-adventures.git] / dialogues / bulisa1.dlg
diff --git a/dialogues/bulisa1.dlg b/dialogues/bulisa1.dlg
new file mode 100644 (file)
index 0000000..c5db25b
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<conversation>
+  <dialogue id="1">
+    <speech>Hello, Butaba. Welcome back. How are you?</speech>
+    <response id="1" nextdialogue="2">I am fine</response>
+    <response id="2" nextdialogue="3">I am looking for a job</response>
+    <response id="3" nextdialogue="0">Bye!</response>
+  </dialogue>
+  <dialogue id="2">
+    <speech>Glad to know you're fine my friend. So what's up?</speech>
+    <response id="4" nextdialogue="3">I am looking for a job</response>
+    <response id="5" nextdialogue="0">Bye!</response>
+  </dialogue>
+  <dialogue id="3">
+    <speech>I haven't a job for you now, but I could use your help.</speech>
+    <response id="6" nextdialogue="4">What help?</response>
+    <response id="7" nextdialogue="5">Not interested.</response>
+    <response id="8" nextdialogue="0">Bye!</response>
+  </dialogue>
+  <dialogue id="4">
+    <speech>If you could draw some water from my well, I would be very grateful.</speech>
+    <response id="9" nextdialogue="6">I will do so!</response>
+    <response id="10" nextdialogue="5">Oh, I am afraid not. So sorry</response> 
+    <response id="11" nextdialogue="0">Bye!</response>
+  </dialogue>
+  <dialogue id="5">
+    <speech>Oh, no problem. That's all right, then.</speech>
+    <response id="12" nextdialogue="0">Bye!</response>
+  </dialogue>
+  <dialogue id="6">
+    <speech>Thanks so much! There is an empty bucket somewhere in the garden. 
+    Take that, go to the well behind the house, draw water and bring it back to me.</speech>
+    <response id="13" nextdialogue="0">Right. I'll go at once.</response>
+  </dialogue>
+</conversation>
\ No newline at end of file