summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/chelios.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index 17f9f512b..94c9e1d4d 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -4,6 +4,7 @@ npc: npc/001-1/_mobs.txt
npc: npc/001-1/_warps.txt
npc: npc/001-1/artaxe.txt
npc: npc/001-1/beuss.txt
+npc: npc/001-1/chelios.txt
npc: npc/001-1/cookiemaster.txt
npc: npc/001-1/doors.txt
npc: npc/001-1/elmo.txt
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt
new file mode 100644
index 000000000..3b6c958c2
--- /dev/null
+++ b/npc/001-1/chelios.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Blacksmith's assistant of Aemil
+
+001-1,95,109,0 script Chelios 429,{
+ mesn;
+ mesq l("Can I be of any help?");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 2;
+ end;
+}
+