diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-11 22:48:58 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-11 22:48:58 +0200 |
commit | 886adda7450f9a9fa126387d17c6813fc666ab1d (patch) | |
tree | 2ff1002bde211b7d437f586872ae757fff2682d2 /npc/042-1/kaan.txt | |
parent | 7b6b655601312c12b75b3213ee13e1612cf38b91 (diff) | |
download | serverdata-886adda7450f9a9fa126387d17c6813fc666ab1d.tar.gz serverdata-886adda7450f9a9fa126387d17c6813fc666ab1d.tar.bz2 serverdata-886adda7450f9a9fa126387d17c6813fc666ab1d.tar.xz serverdata-886adda7450f9a9fa126387d17c6813fc666ab1d.zip |
some changes:
sorfina mentions being in the suburbs of tulimshar
make kaans dialogue more continous if player already talked to tanisha and/or hasan
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: |