summaryrefslogtreecommitdiff
path: root/npc/001-2-40
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-40')
-rw-r--r--npc/001-2-40/_import.txt5
-rw-r--r--npc/001-2-40/_warps.txt4
-rw-r--r--npc/001-2-40/mapflags.txt1
-rw-r--r--npc/001-2-40/trozz.txt21
4 files changed, 0 insertions, 31 deletions
diff --git a/npc/001-2-40/_import.txt b/npc/001-2-40/_import.txt
deleted file mode 100644
index a7c7abb85..000000000
--- a/npc/001-2-40/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Map 001-2-40: unnamed
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/001-2-40/_warps.txt",
-"npc/001-2-40/mapflags.txt",
-"npc/001-2-40/trozz.txt",
diff --git a/npc/001-2-40/_warps.txt b/npc/001-2-40/_warps.txt
deleted file mode 100644
index 83550f10f..000000000
--- a/npc/001-2-40/_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 001-2-40: unnamed warps
-001-2-40,45,44,0 warp #001-2-40_45_44 2,0,001-2-33,43,39
-001-2-40,27,47,0 warp #001-2-40_27_44 2,0,001-2-33,25,39
diff --git a/npc/001-2-40/mapflags.txt b/npc/001-2-40/mapflags.txt
deleted file mode 100644
index 0c9303e82..000000000
--- a/npc/001-2-40/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-001-2-40 mapflag town
diff --git a/npc/001-2-40/trozz.txt b/npc/001-2-40/trozz.txt
deleted file mode 100644
index df76c26f5..000000000
--- a/npc/001-2-40/trozz.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Chief of the Legion of Aemil of the city of Artis.
-
-001-2-40,36,46,0 script Trozz#001-2-40 NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{
- mesn;
- mesq l("Hi.");
-
- goto L_Close;
-
-L_Close:
- close;
-
-OnInit:
- .sex = G_MALE;
- .distance = 4;
- end;
-}
-