summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-07-19 03:40:02 +0200
committerReid <reidyaro@gmail.com>2015-07-19 03:40:02 +0200
commita6c5a9707b55390da1540a10ed9c6ccdb54f539f (patch)
tree9ea2611b53e952c1bd6776825f311b5f465189d8 /npc
parent872882a2a3e4c8ea4558c74cfc61939ee1228241 (diff)
downloadserverdata-a6c5a9707b55390da1540a10ed9c6ccdb54f539f.tar.gz
serverdata-a6c5a9707b55390da1540a10ed9c6ccdb54f539f.tar.bz2
serverdata-a6c5a9707b55390da1540a10ed9c6ccdb54f539f.tar.xz
serverdata-a6c5a9707b55390da1540a10ed9c6ccdb54f539f.zip
Add dolfina NPC on the second level of the library.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-2-6/_import.txt2
-rw-r--r--npc/001-2-6/dolfina.txt21
2 files changed, 23 insertions, 0 deletions
diff --git a/npc/001-2-6/_import.txt b/npc/001-2-6/_import.txt
index 1f3bb4193..3bad11015 100644
--- a/npc/001-2-6/_import.txt
+++ b/npc/001-2-6/_import.txt
@@ -1 +1,3 @@
+// Map 001-2-6: Artis's library second level
npc: npc/001-2-6/_warps.txt
+npc: npc/001-2-6/dolfina.txt
diff --git a/npc/001-2-6/dolfina.txt b/npc/001-2-6/dolfina.txt
new file mode 100644
index 000000000..16119ad03
--- /dev/null
+++ b/npc/001-2-6/dolfina.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Aemil
+
+001-2-6,31,44,0 script Dolfina 121,{
+ mesn;
+ mesq l("Stop disturbing me, I already re-read that part twice because of you!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_FEMALE;
+ setnpcdistance 2;
+ end;
+}
+