summaryrefslogtreecommitdiff
path: root/npc/012-2-1/jessie.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2-1/jessie.txt')
-rw-r--r--npc/012-2-1/jessie.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/npc/012-2-1/jessie.txt b/npc/012-2-1/jessie.txt
new file mode 100644
index 00000000..7356bfe6
--- /dev/null
+++ b/npc/012-2-1/jessie.txt
@@ -0,0 +1,30 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Jessie, Sorfina's old husband.
+// THIS IS A PLACEHOLDER!
+
+012-2-1,38,30,0 script Jessie NPC_JESSIE,{
+ speech
+ l("Welcome."),
+ l("I am \"uncle\" Jessie and I teach the kids in Candor.");
+ next;
+ mesn;
+ mesq l("Actually... Do you know why the Piou crossed the road?");
+ next;
+ if (askyesno() == ASK_NO) {
+ mesn;
+ mesq l("Dang! I don't know either, but I'm too shy to ask.");
+ } else {
+ mesc l("Why the Piou crossed the road?");
+ input .@jessanswer$;
+ mesn;
+ mesq l("Pfft, you obviously don't know either!");
+ }
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}