diff options
Diffstat (limited to 'npc/020-2-26')
-rw-r--r-- | npc/020-2-26/_import.txt | 4 | ||||
-rw-r--r-- | npc/020-2-26/_warps.txt | 9 | ||||
-rw-r--r-- | npc/020-2-26/receptionist.txt | 21 |
3 files changed, 0 insertions, 34 deletions
diff --git a/npc/020-2-26/_import.txt b/npc/020-2-26/_import.txt deleted file mode 100644 index bf3dda11..00000000 --- a/npc/020-2-26/_import.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Map 020-2-26: Magic Academy Ground Floor -// This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/020-2-26/_warps.txt", -"npc/020-2-26/receptionist.txt", diff --git a/npc/020-2-26/_warps.txt b/npc/020-2-26/_warps.txt deleted file mode 100644 index b9ad76db..00000000 --- a/npc/020-2-26/_warps.txt +++ /dev/null @@ -1,9 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 020-2-26: Magic Academy Ground Floor warps -020-2-26,44,42,0 warp #020-2-26_44_42 0,0,020-1,49,116 -020-2-26,34,49,0 warp #020-2-26_34_49 0,0,020-1,41,119 -020-2-26,58,46,0 warp #020-2-26_58_46 1,0,020-1,58,118 -020-2-26,71,44,0 warp #020-2-26_71_44 0,0,020-1,67,117 -020-2-26,53,27,0 warp #020-2-26_53_27 1,0,020-2-27,33,26 -020-2-26,76,33,0 warp #020-2-26_76_33 0,2,020-2-29,34,25 -020-2-26,32,37,0 warp #020-2-26_32_37 0,2,020-2-30,43,21 diff --git a/npc/020-2-26/receptionist.txt b/npc/020-2-26/receptionist.txt deleted file mode 100644 index f177d5f3..00000000 --- a/npc/020-2-26/receptionist.txt +++ /dev/null @@ -1,21 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// Receptionist in Magic Academy. -// THIS IS A PLACEHOLDER! - -020-2-26,59,32,0 script Receptionist NPC_REBECCA,{ - speech - l("Hi!"), - l("This is the magic academy. If all those mages were not so absentminded, they could make some furniture."), - l("But oh well, people have different priorities it seems. Ask Micksha."); - // if (something) ask about enrolling - Hocus Quest - close; - -OnInit: - .distance = 4; - end; -} - - |