summaryrefslogtreecommitdiff
path: root/npc/012-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2-1')
-rw-r--r--npc/012-2-1/_import.txt5
-rw-r--r--npc/012-2-1/_warps.txt4
-rw-r--r--npc/012-2-1/jessie.txt30
-rw-r--r--npc/012-2-1/tanisha.txt18
4 files changed, 57 insertions, 0 deletions
diff --git a/npc/012-2-1/_import.txt b/npc/012-2-1/_import.txt
new file mode 100644
index 00000000..13ff23d2
--- /dev/null
+++ b/npc/012-2-1/_import.txt
@@ -0,0 +1,5 @@
+// Map 012-2-1: Sorfina's Home
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/012-2-1/_warps.txt",
+"npc/012-2-1/jessie.txt",
+"npc/012-2-1/tanisha.txt",
diff --git a/npc/012-2-1/_warps.txt b/npc/012-2-1/_warps.txt
new file mode 100644
index 00000000..4ccc3898
--- /dev/null
+++ b/npc/012-2-1/_warps.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 012-2-1: Sorfina's Home warps
+012-2-1,52,39,0 warp #012-2-1_52_39 0,0,012-1,38,116
+012-2-1,53,30,0 warp #012-2-1_53_30 0,0,012-2-2,30,34
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;
+}
diff --git a/npc/012-2-1/tanisha.txt b/npc/012-2-1/tanisha.txt
new file mode 100644
index 00000000..a0bb358b
--- /dev/null
+++ b/npc/012-2-1/tanisha.txt
@@ -0,0 +1,18 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Tanisha, the little girl in Sorfina's house.
+// THIS IS A PLACEHOLDER!
+
+012-2-1,48,34,0 script Tanisha NPC_TANISHA,{
+ speech
+ l("Welcome."),
+ l("Kaan asked me to kill maggots, which I hate! But I'm not seeing any..."),
+ l("I wonder if things were supposed to be this way?");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}