summaryrefslogtreecommitdiff
path: root/npc/008-2-20
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-20')
-rw-r--r--npc/008-2-20/_import.txt4
-rw-r--r--npc/008-2-20/_warps.txt4
-rw-r--r--npc/008-2-20/valia.txt19
3 files changed, 0 insertions, 27 deletions
diff --git a/npc/008-2-20/_import.txt b/npc/008-2-20/_import.txt
deleted file mode 100644
index 03f5f287..00000000
--- a/npc/008-2-20/_import.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// Map 008-2-20: Forsaken Inn
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/008-2-20/_warps.txt",
-"npc/008-2-20/valia.txt",
diff --git a/npc/008-2-20/_warps.txt b/npc/008-2-20/_warps.txt
deleted file mode 100644
index ce2f572a..00000000
--- a/npc/008-2-20/_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 008-2-20: Forsaken Inn warps
-008-2-20,25,32,0 warp #008-2-20_25_32 0,0,008-1,256,204
-008-2-20,36,38,0 warp #008-2-20_36_38 1,0,008-2-21,34,28
diff --git a/npc/008-2-20/valia.txt b/npc/008-2-20/valia.txt
deleted file mode 100644
index d9545bf5..00000000
--- a/npc/008-2-20/valia.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Our beloved Evil Witch Valia.
-// THIS IS A PLACEHOLDER!
-
-008-2-20,32,22,0 script Valia NPC_VALIA,{
- speech
- l("Hi!"),
- l("You may remember me, I am Valia.");
- l("Better stay away from my basement, you may end up like the poor guy down there.");
-
- close;
-
-OnInit:
- .distance = 4;
- end;
-}