summaryrefslogtreecommitdiff
path: root/npc/001-14/hocus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-14/hocus.txt')
-rw-r--r--npc/001-14/hocus.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/001-14/hocus.txt b/npc/001-14/hocus.txt
new file mode 100644
index 000000000..0508f7668
--- /dev/null
+++ b/npc/001-14/hocus.txt
@@ -0,0 +1,17 @@
+// TMW2 script
+// Author:
+// Jesusalva
+// Description:
+// Magic Olympics
+
+001-14,89,89,0 script Hocus Pocus NPC_BLACKWIZARD,{
+ mesn;
+ mesq l("Greetings, %s %s, I am Hocus Pocus the Grandmaster.", academicrank(), strcharinfo(0));
+ close;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+