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, 21 insertions, 0 deletions
diff --git a/npc/020-2-26/receptionist.txt b/npc/020-2-26/receptionist.txt
new file mode 100644
index 00000000..fb7a316e
--- /dev/null
+++ b/npc/020-2-26/receptionist.txt
@@ -0,0 +1,21 @@
+// 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.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}
+
+