summaryrefslogtreecommitdiff
path: root/npc/026-2/eurni.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-2/eurni.txt')
-rwxr-xr-xnpc/026-2/eurni.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/026-2/eurni.txt b/npc/026-2/eurni.txt
new file mode 100755
index 00000000..330ba58e
--- /dev/null
+++ b/npc/026-2/eurni.txt
@@ -0,0 +1,15 @@
+
+026-2,20,124,0 script Eurni NPC136,{
+ @halloween_npc_id = $@halloween_npc_eurni;
+ callfunc "TrickOrTreat";
+
+ mes "[Eurni the Surgeon]";
+ mes "\"Are you tired of who you are?\"";
+ next;
+ mes "\"Would you be interested in changing your appearance?\"";
+ next;
+ callfunc "Barber";
+ mes "[Eurni the Surgeon]";
+ mes "\"Come back any time!\"";
+ close;
+}