summaryrefslogtreecommitdiff
path: root/npc/042-1/kaan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-1/kaan.txt')
-rw-r--r--npc/042-1/kaan.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt
index 4aec521d..19d05ea8 100644
--- a/npc/042-1/kaan.txt
+++ b/npc/042-1/kaan.txt
@@ -1,5 +1,6 @@
042-1.gat,105,72,0 script Kaan 160,{
+ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done;
if (kaan == 4) goto L_Plan;
if (kaan == 3) goto L_Trick;
if (kaan == 2) goto L_Out;
@@ -115,6 +116,11 @@ L_Plan:
"No, everything's alright.",-;
close;
+L_Tut_Done:
+ mes "[Kaan]";
+ mes "\"Hi there. I hope you enjoy your time in Tulimshar.\"";
+ close;
+
L_Close:
close;
}