summaryrefslogtreecommitdiff
path: root/npc/027-0/enrique.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-0/enrique.txt')
-rw-r--r--npc/027-0/enrique.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt
new file mode 100644
index 000000000..282f3781d
--- /dev/null
+++ b/npc/027-0/enrique.txt
@@ -0,0 +1,17 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+// Description:
+// Enrique is the headmaster of the Academy
+
+027-0,46,25,0 script Enrique NPC_BLACKALCHEMIST,{
+ mesn;
+ mesq l("Hello. I am Enrique, headmaster of The Academy.");
+ close;
+
+OnInit:
+ .distance = 4;
+ .sex = G_MALE;
+ end;
+}
+