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, 0 insertions, 57 deletions
diff --git a/npc/012-2-1/_import.txt b/npc/012-2-1/_import.txt
deleted file mode 100644
index 13ff23d2..00000000
--- a/npc/012-2-1/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// 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
deleted file mode 100644
index 4ccc3898..00000000
--- a/npc/012-2-1/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// 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
deleted file mode 100644
index 7356bfe6..00000000
--- a/npc/012-2-1/jessie.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-// 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
deleted file mode 100644
index a0bb358b..00000000
--- a/npc/012-2-1/tanisha.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// 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;
-}