summaryrefslogtreecommitdiff
path: root/npc/020-2-26/receptionist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-26/receptionist.txt')
-rw-r--r--npc/020-2-26/receptionist.txt21
1 files changed, 0 insertions, 21 deletions
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;
-}
-
-