diff options
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/003-0-1/hiddenwarp.txt | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/npc/003-0-1/_import.txt b/npc/003-0-1/_import.txt index 0d04be190..5aa9264e7 100644 --- a/npc/003-0-1/_import.txt +++ b/npc/003-0-1/_import.txt @@ -3,7 +3,6 @@ "npc/003-0-1/_warps.txt", "npc/003-0-1/audsbel.txt", "npc/003-0-1/guards.txt", -"npc/003-0-1/hiddenwarp.txt", "npc/003-0-1/maxime.txt", "npc/003-0-1/professor.txt", "npc/003-0-1/researcher.txt", 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; -} |