summaryrefslogtreecommitdiff
path: root/npc/001-2-29
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-09-07 04:46:32 +0200
committerReid <reidyaro@gmail.com>2015-09-07 04:46:52 +0200
commit2c0bdecb9f52ed3f82663ca7f0a93f0936971c57 (patch)
treecdc17e6b2fe02f842af9a1faa05d0b092c8cdf5f /npc/001-2-29
parenta7594ed99fefabf323876f5afedf11316822947a (diff)
downloadserverdata-2c0bdecb9f52ed3f82663ca7f0a93f0936971c57.tar.gz
serverdata-2c0bdecb9f52ed3f82663ca7f0a93f0936971c57.tar.bz2
serverdata-2c0bdecb9f52ed3f82663ca7f0a93f0936971c57.tar.xz
serverdata-2c0bdecb9f52ed3f82663ca7f0a93f0936971c57.zip
Move edouard to #29.
Diffstat (limited to 'npc/001-2-29')
-rw-r--r--npc/001-2-29/_import.txt1
-rw-r--r--npc/001-2-29/edouard.txt26
2 files changed, 27 insertions, 0 deletions
diff --git a/npc/001-2-29/_import.txt b/npc/001-2-29/_import.txt
index ace7371e1..c6cca2736 100644
--- a/npc/001-2-29/_import.txt
+++ b/npc/001-2-29/_import.txt
@@ -1,3 +1,4 @@
// Map 001-2-29
npc: npc/001-2-29/_warps.txt
+npc: npc/001-2-29/edouard.txt
npc: npc/001-2-29/mapflags.txt
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;
+}