summaryrefslogtreecommitdiff
path: root/npc/001-1
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-1
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-1')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/edouard.txt26
2 files changed, 0 insertions, 27 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index 69685a36b..bc76ba547 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -8,7 +8,6 @@ npc: npc/001-1/carmie.txt
npc: npc/001-1/chelios.txt
npc: npc/001-1/cookiemaster.txt
npc: npc/001-1/doors.txt
-npc: npc/001-1/edouard.txt
npc: npc/001-1/elmo.txt
npc: npc/001-1/enora.txt
npc: npc/001-1/eugene.txt
diff --git a/npc/001-1/edouard.txt b/npc/001-1/edouard.txt
deleted file mode 100644
index a3992601c..000000000
--- a/npc/001-1/edouard.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-// 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 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;
-}