summaryrefslogtreecommitdiff
path: root/npc/001-1/qonan.txt
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/qonan.txt
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/qonan.txt')
-rw-r--r--npc/001-1/qonan.txt21
1 files changed, 21 insertions, 0 deletions
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;
+}
+