summaryrefslogtreecommitdiff
path: root/npc/020-2-7
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-7')
-rw-r--r--npc/020-2-7/_import.txt4
-rw-r--r--npc/020-2-7/_warps.txt3
-rw-r--r--npc/020-2-7/manoli.txt19
3 files changed, 0 insertions, 26 deletions
diff --git a/npc/020-2-7/_import.txt b/npc/020-2-7/_import.txt
deleted file mode 100644
index b4179bc5..00000000
--- a/npc/020-2-7/_import.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// Map 020-2-7: Legion Guardhouse
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/020-2-7/_warps.txt",
-"npc/020-2-7/manoli.txt",
diff --git a/npc/020-2-7/_warps.txt b/npc/020-2-7/_warps.txt
deleted file mode 100644
index c008e51d..00000000
--- a/npc/020-2-7/_warps.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 020-2-7: Legion Guardhouse warps
-020-2-7,35,33,0 warp #020-2-7_35_33 0,0,020-1,293,107
diff --git a/npc/020-2-7/manoli.txt b/npc/020-2-7/manoli.txt
deleted file mode 100644
index 578f0569..00000000
--- a/npc/020-2-7/manoli.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Manoli, a Legion Guard inside the Legion storage building.
-// THIS IS A PLACEHOLDER!
-
-020-2-7,35,23,0 script Manoli NPC_HUMAN_FEMALE_LEGION_ARTIS,{
- speech
- l("Hi there."),
- l("Looks like someone ran out of ideas for placeholder NPCs."),
- l("So if you want, you can hunt something, or cook something, or craft somethig."),
- l("Whatever.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}