summaryrefslogtreecommitdiff
path: root/npc/001-2-37
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-37')
-rw-r--r--npc/001-2-37/_import.txt6
-rw-r--r--npc/001-2-37/_savepoints.txt54
-rw-r--r--npc/001-2-37/_warps.txt4
-rw-r--r--npc/001-2-37/hammock.txt106
-rw-r--r--npc/001-2-37/mapflags.txt1
5 files changed, 0 insertions, 171 deletions
diff --git a/npc/001-2-37/_import.txt b/npc/001-2-37/_import.txt
deleted file mode 100644
index 03162e19..00000000
--- a/npc/001-2-37/_import.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-// Map 001-2-37: Legion West Wing
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/001-2-37/_savepoints.txt",
-"npc/001-2-37/_warps.txt",
-"npc/001-2-37/hammock.txt",
-"npc/001-2-37/mapflags.txt",
diff --git a/npc/001-2-37/_savepoints.txt b/npc/001-2-37/_savepoints.txt
deleted file mode 100644
index 30d7a797..00000000
--- a/npc/001-2-37/_savepoints.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 001-2-37: Legion West Wing saves
-001-2-37,25,41,0 script #save_001-2-37_25_41 NPC_SAVE_POINT,0,0,{
- savepointparticle .map$, .x, .y, NO_INN;
- close;
-
-OnInit:
- .distance = 2;
- .sex = G_OTHER;
- end;
-
-OnTouch:
- bedTouch();
- end;
-}
-001-2-37,35,41,0 script #save_001-2-37_35_41 NPC_SAVE_POINT,0,0,{
- savepointparticle .map$, .x, .y, NO_INN;
- close;
-
-OnInit:
- .distance = 2;
- .sex = G_OTHER;
- end;
-
-OnTouch:
- bedTouch();
- end;
-}
-001-2-37,35,46,0 script #save_001-2-37_35_46 NPC_SAVE_POINT,0,0,{
- savepointparticle .map$, .x, .y, NO_INN;
- close;
-
-OnInit:
- .distance = 2;
- .sex = G_OTHER;
- end;
-
-OnTouch:
- bedTouch();
- end;
-}
-001-2-37,25,46,0 script #save_001-2-37_25_46 NPC_SAVE_POINT,0,0,{
- savepointparticle .map$, .x, .y, NO_INN;
- close;
-
-OnInit:
- .distance = 2;
- .sex = G_OTHER;
- end;
-
-OnTouch:
- bedTouch();
- end;
-}
diff --git a/npc/001-2-37/_warps.txt b/npc/001-2-37/_warps.txt
deleted file mode 100644
index dabc5285..00000000
--- a/npc/001-2-37/_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-37: Legion West Wing warps
-001-2-37,37,28,0 warp #001-2-37_37_28 0,0,001-2-33,24,30
-001-2-37,37,33,0 warp #001-2-37_37_33 0,0,001-2-39,24,33
diff --git a/npc/001-2-37/hammock.txt b/npc/001-2-37/hammock.txt
deleted file mode 100644
index c749217a..00000000
--- a/npc/001-2-37/hammock.txt
+++ /dev/null
@@ -1,106 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Animated hammock at the top left level of the Legion of Aemil
-// building of Artis.
-
-001-2-37,26,26,0 script #001-2-37hammock0 NPC_LEFT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchLeft;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerLeft;
-}
-
-001-2-37,25,28,0 script #001-2-37hammock1 NPC_LEFT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchLeft;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerLeft;
-}
-
-001-2-37,25,30,0 script #001-2-37hammock2 NPC_LEFT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchLeft;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerLeft;
-}
-
-001-2-37,25,32,0 script #001-2-37hammock3 NPC_LEFT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchLeft;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerLeft;
-}
-
-001-2-37,29,26,0 script #001-2-37hammock4 NPC_RIGHT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchRight;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerRight;
-}
-
-001-2-37,29,28,0 script #001-2-37hammock5 NPC_RIGHT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchRight;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerRight;
-}
-
-001-2-37,29,30,0 script #001-2-37hammock6 NPC_RIGHT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchRight;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerRight;
-}
-
-001-2-37,29,32,0 script #001-2-37hammock7 NPC_RIGHT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchRight;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerRight;
-}
-
-001-2-37,25,34,0 script #001-2-37hammock8 NPC_LEFT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchRight;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerRight;
-}
-
-001-2-37,26,36,0 script #001-2-37hammock9 NPC_LEFT_HAMMOCK,1,0,{
-
-OnTouch: hamTouchRight;
-
-OnUnTouch: hamUnTouch;
-
-OnTimer5440:
- hamTimerRight;
-}
diff --git a/npc/001-2-37/mapflags.txt b/npc/001-2-37/mapflags.txt
deleted file mode 100644
index c4f939b4..00000000
--- a/npc/001-2-37/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-001-2-37 mapflag town