summaryrefslogtreecommitdiff
path: root/npc/001-1/edouard.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-07-25 06:54:36 +0200
committerReid <reidyaro@gmail.com>2015-07-25 06:54:36 +0200
commit8e9e37f59c0c6f029d6a0d6892e09a7e8a4ab9c7 (patch)
treebf07b6c057da6978df430cdb584f5de8d2687873 /npc/001-1/edouard.txt
parent4b78d90b80c629f561f45c6fbd3120c87f4b479d (diff)
downloadserverdata-8e9e37f59c0c6f029d6a0d6892e09a7e8a4ab9c7.tar.gz
serverdata-8e9e37f59c0c6f029d6a0d6892e09a7e8a4ab9c7.tar.bz2
serverdata-8e9e37f59c0c6f029d6a0d6892e09a7e8a4ab9c7.tar.xz
serverdata-8e9e37f59c0c6f029d6a0d6892e09a7e8a4ab9c7.zip
Add edouard the barber npc on 001-1 awaiting to get the INN map ready.
Diffstat (limited to 'npc/001-1/edouard.txt')
-rw-r--r--npc/001-1/edouard.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/001-1/edouard.txt b/npc/001-1/edouard.txt
new file mode 100644
index 00000000..2d364c25
--- /dev/null
+++ b/npc/001-1/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-1,133,87,0 script Edouard#001-2-29 430,{
+ 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;
+}