summaryrefslogtreecommitdiff
path: root/npc/003-5/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-5/doors.txt')
-rw-r--r--npc/003-5/doors.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/npc/003-5/doors.txt b/npc/003-5/doors.txt
deleted file mode 100644
index 1b4492356..000000000
--- a/npc/003-5/doors.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-// TMW2 scripts.
-// Authors:
-// Jesusalva
-
-003-5,38,41,0 script LeaveArena NPC_HIDDEN,0,0,{
-
-OnTouch:
- if (DESTROY_ME) goto L_Warn;
-
- goto L_Warp;
-
-L_Warn:
- mesn "Narrator";
- mes col(l("You are not allowed to leave until you inform Arnea that you're done."), 1);
- close;
-
-L_Warp:
- warp "003-1", 96, 145;
- closedialog;
- close;
-}
-