From ffdd6b6345e32983c86041d3e1cf6f3252e2bba0 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 4 Jun 2011 21:27:22 +0200 Subject: using flag to indicate the tutorial is done and adding behaviour according to that to all tut-npcs --- npc/042-1/kaan.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/042-1/kaan.txt') 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; } -- cgit v1.2.3-60-g2f50