summaryrefslogtreecommitdiff
path: root/npc/001-2-34
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-34')
-rw-r--r--npc/001-2-34/_import.txt6
-rw-r--r--npc/001-2-34/_warps.txt3
-rw-r--r--npc/001-2-34/doors.txt29
-rw-r--r--npc/001-2-34/mapflags.txt1
-rw-r--r--npc/001-2-34/samantha.txt21
5 files changed, 0 insertions, 60 deletions
diff --git a/npc/001-2-34/_import.txt b/npc/001-2-34/_import.txt
deleted file mode 100644
index 326973e61..000000000
--- a/npc/001-2-34/_import.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-// Map 001-2-34: unnamed
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/001-2-34/_warps.txt",
-"npc/001-2-34/doors.txt",
-"npc/001-2-34/mapflags.txt",
-"npc/001-2-34/samantha.txt",
diff --git a/npc/001-2-34/_warps.txt b/npc/001-2-34/_warps.txt
deleted file mode 100644
index 1311f071d..000000000
--- a/npc/001-2-34/_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 001-2-34: unnamed warps
-001-2-34,29,33,0 warp #001-2-34_29_33 0,0,001-2-33,29,33
diff --git a/npc/001-2-34/doors.txt b/npc/001-2-34/doors.txt
deleted file mode 100644
index 3e4fef7bd..000000000
--- a/npc/001-2-34/doors.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Doors NPCs.
-
-001-2-34,23,29,0 script ToTrainingRoom#001-2-34 NPC_HIDDEN,0,0,{
-
-OnTouch:
- if ((getmapusers($@MAP_NAME$) == 0) && ($@FightingIsActive > 0))
- {
- set $@FightingIsActive, 0;
- killmonsterall "001-2-36";
- }
-
- if (mobcount("001-2-36","all") > 0 && $@FightingIsActive > 0)
- {
- narrator
- l("You hear some sound behind the door."),
- l("Somebody is probably training, better wait for him to finish.");
- }
- else
- {
- warp "001-2-36", 36, 30;
- }
-
- closedialog;
- close;
-}
diff --git a/npc/001-2-34/mapflags.txt b/npc/001-2-34/mapflags.txt
deleted file mode 100644
index b632f6fe6..000000000
--- a/npc/001-2-34/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-001-2-34 mapflag town
diff --git a/npc/001-2-34/samantha.txt b/npc/001-2-34/samantha.txt
deleted file mode 100644
index f49e15aa4..000000000
--- a/npc/001-2-34/samantha.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Artis's Legion of Aemil officier of the training room.
-
-001-2-34,29,27,0 script Samantha NPC_SAMANTHA,{
- mesn;
- mesq lg("Look who we have here, did you come for a training session?");
-
- goto L_Close;
-
-L_Close:
- close;
-
-OnInit:
- .sex = G_FEMALE;
- .distance = 3;
- end;
-}
-