summaryrefslogtreecommitdiff
path: root/npc/012-2-7/marazor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2-7/marazor.txt')
-rw-r--r--npc/012-2-7/marazor.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/012-2-7/marazor.txt b/npc/012-2-7/marazor.txt
new file mode 100644
index 00000000..9de84bf9
--- /dev/null
+++ b/npc/012-2-7/marazor.txt
@@ -0,0 +1,16 @@
+// The Mana World scripts.
+// Author:
+// Livio
+// Description:
+// Marazor the barber
+// THIS IS A PLACEHOLDER!
+
+012-2-7,33,29,0 script Marazor NPC_GUMI_THE_DYER,{
+ Barber(true);
+
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}