summaryrefslogtreecommitdiff
path: root/npc/001-1/elmo.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-18 02:39:58 +0200
committerReid <reidyaro@gmail.com>2015-06-18 02:39:58 +0200
commitd3670506209cb82111f143a144cacd588f3ee4b0 (patch)
tree49b17d28bc38936eec37e1bf95da9644c7948c2b /npc/001-1/elmo.txt
parent1accf886042fdd4040d12ff4ed954a7dccf00e34 (diff)
downloadserverdata-d3670506209cb82111f143a144cacd588f3ee4b0.tar.gz
serverdata-d3670506209cb82111f143a144cacd588f3ee4b0.tar.bz2
serverdata-d3670506209cb82111f143a144cacd588f3ee4b0.tar.xz
serverdata-d3670506209cb82111f143a144cacd588f3ee4b0.zip
Add elmo on Artis.
Diffstat (limited to 'npc/001-1/elmo.txt')
-rw-r--r--npc/001-1/elmo.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/001-1/elmo.txt b/npc/001-1/elmo.txt
new file mode 100644
index 00000000..eb01cbd6
--- /dev/null
+++ b/npc/001-1/elmo.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Sailor of Nard's La Johanne ship.
+
+001-1,185,107,0 script Elmo#001-1 425,{
+ mesn;
+ mesq l("Oh hey!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 2;
+ end;
+}
+