summaryrefslogtreecommitdiff
path: root/npc/001-2-29/edouard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-29/edouard.txt')
-rw-r--r--npc/001-2-29/edouard.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/001-2-29/edouard.txt b/npc/001-2-29/edouard.txt
new file mode 100644
index 000000000..8aa8b279f
--- /dev/null
+++ b/npc/001-2-29/edouard.txt
@@ -0,0 +1,26 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Barber of Aemil, should be placed on the 29th indoor but it's still a WIP
+
+001-2-29,37,31,0 script Edouard#001-2-29 NPC_EDOUARD,{
+ mesn;
+ mesq lg("Hello dear, what do you want today?");
+ next;
+
+ callfunc "Barber";
+
+ mesn;
+ mesq l("Bye bye!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 2;
+ end;
+}