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, 27 insertions, 0 deletions
diff --git a/npc/008-2-20/_import.txt b/npc/008-2-20/_import.txt
new file mode 100644
index 00000000..03f5f287
--- /dev/null
+++ b/npc/008-2-20/_import.txt
@@ -0,0 +1,4 @@
+// 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
new file mode 100644
index 00000000..ce2f572a
--- /dev/null
+++ b/npc/008-2-20/_warps.txt
@@ -0,0 +1,4 @@
+// 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
new file mode 100644
index 00000000..d9545bf5
--- /dev/null
+++ b/npc/008-2-20/valia.txt
@@ -0,0 +1,19 @@
+// 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;
+}