summaryrefslogtreecommitdiff
path: root/npc/003-0-1/hiddenwarp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0-1/hiddenwarp.txt')
-rw-r--r--npc/003-0-1/hiddenwarp.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/003-0-1/hiddenwarp.txt b/npc/003-0-1/hiddenwarp.txt
deleted file mode 100644
index 98874a9ac..000000000
--- a/npc/003-0-1/hiddenwarp.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// TMW2 Script
-// Author:
-// Jesusalva
-// Easter Egg for Hello World player
-// TODO: In future, check player direction
-
-003-0-1,21,24,0 script #MSchoolRoof NPC_HIDDEN,0,0,{
- end;
-
-OnTouch:
- warp "003-1", 49, 24;
- RegEasterEgg(EE_MAGICSCHOOL, 3);
- end;
-}