summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-18 03:28:43 +0200
committerReid <reidyaro@gmail.com>2015-06-18 03:28:43 +0200
commit11f6b474125f466f96dc7fc7254d95cf2da3dffa (patch)
tree660a79825fc7faac45fabb501a5f8f1731313961 /npc/001-1
parentd3670506209cb82111f143a144cacd588f3ee4b0 (diff)
downloadserverdata-11f6b474125f466f96dc7fc7254d95cf2da3dffa.tar.gz
serverdata-11f6b474125f466f96dc7fc7254d95cf2da3dffa.tar.bz2
serverdata-11f6b474125f466f96dc7fc7254d95cf2da3dffa.tar.xz
serverdata-11f6b474125f466f96dc7fc7254d95cf2da3dffa.zip
Add qonan empty script on Artis.
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/qonan.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index c9141a46..3ab16e2f 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -9,6 +9,7 @@ npc: npc/001-1/doors.txt
npc: npc/001-1/elmo.txt
npc: npc/001-1/harbours.txt
npc: npc/001-1/panels.txt
+npc: npc/001-1/qonan.txt
npc: npc/001-1/taree.txt
npc: npc/001-1/treeleaf.txt
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt
new file mode 100644
index 00000000..42cb74b6
--- /dev/null
+++ b/npc/001-1/qonan.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Sailor of Nard's La Johanne ship.
+
+001-1,186,107,0 script Q'Onan#001-1 426,{
+ mesn;
+ mesq l("We didn't meet, right?");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 2;
+ end;
+}
+