diff options
Diffstat (limited to 'npc/042-1/kaan.txt')
-rw-r--r-- | npc/042-1/kaan.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt index b7ccc44e..849b1d06 100644 --- a/npc/042-1/kaan.txt +++ b/npc/042-1/kaan.txt @@ -19,8 +19,15 @@ next; mes "\"Maybe you should go to see her, she was really upset about what happened with you.\""; set kaan, 1; + if (tanisha >= 3) + goto L_Tanisha2; close; +L_Tanisha2: + menu + "I already did and helped her with the maggots.",L_Tanisha3, + "I talked to her, and she's done with the maggots.",L_Tanisha3; + L_Tanisha: mes "[Kaan]"; mes "\"Did you already talk to Tanisha?\""; @@ -30,6 +37,7 @@ L_Tanisha: menu "Yes, I helped her with the maggots.",-, "Yeah, and she's done with the maggots.",-; +L_Tanisha3: mes "[Kaan]"; mes "\"Ah, that are good news."; mes "You know, we have a lot of problems with bugs here.\""; @@ -54,6 +62,10 @@ L_Tanisha: next; mes "\"And Ian the trainer is hanging around there often. You should talk to him, he's a smart guy.\""; set kaan, 2; + if (hasan) + menu + "A guy named Hasan doesn't let me enter main Tulimshar.",L_Hasan, + "Thanks for the advice.",L_Close; close; L_Out: |