summaryrefslogtreecommitdiff
path: root/npc/009-2-6/eurni.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2-6/eurni.txt')
-rw-r--r--npc/009-2-6/eurni.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/009-2-6/eurni.txt b/npc/009-2-6/eurni.txt
new file mode 100644
index 00000000..44bbf953
--- /dev/null
+++ b/npc/009-2-6/eurni.txt
@@ -0,0 +1,22 @@
+// The Mana World scripts.
+// Author:
+// Jesusalva
+// Description:
+// Eurni the Surgeon
+
+009-2-6,32,30,0 script Eurni NPC_EURNI,{
+ mesn;
+ mesq l("Are you tired of who you are?");
+ next;
+ mesn;
+ mesq l("Would you be interested in changing your... appearance?");
+ next;
+ Barber(false);
+
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+