summaryrefslogtreecommitdiff
path: root/npc/000-2-1/dan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-28 01:05:20 +0100
committerReid <reidyaro@gmail.com>2015-12-28 01:05:20 +0100
commitab9374c276a2caadd93b35b4634526e3a30e147f (patch)
treea7bfdeeaaec24a14e3056509486fa24531bc4bd7 /npc/000-2-1/dan.txt
parent7fbe33296957a3f8404b3a9e213c74f38d29447c (diff)
downloadserverdata-ab9374c276a2caadd93b35b4634526e3a30e147f.tar.gz
serverdata-ab9374c276a2caadd93b35b4634526e3a30e147f.tar.bz2
serverdata-ab9374c276a2caadd93b35b4634526e3a30e147f.tar.xz
serverdata-ab9374c276a2caadd93b35b4634526e3a30e147f.zip
Add past-intro dialogue/skip functions.
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r--npc/000-2-1/dan.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index a8d79258..8c6cc479 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -6,7 +6,13 @@
// There are two kinds of dialogues in this script.
// Dan will randomly choose between a useless sentence, and a quest in Artis.
-000-2-1,32,31,0 script Dan NPC_DEMON_MAN,{
+000-2-1,32,31,0 script Dan#000-2-1 NPC_DEMON_MAN,{
+ if (getq(General_Narrator) > 0)
+ {
+ sailortalk;
+ close;
+ }
+
mesn;
.@q = rand(3);
if (.@q == 0) goto L_QuestStory;