From 886adda7450f9a9fa126387d17c6813fc666ab1d Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 11 Jun 2011 22:48:58 +0200 Subject: some changes: sorfina mentions being in the suburbs of tulimshar make kaans dialogue more continous if player already talked to tanisha and/or hasan --- npc/042-1/kaan.txt | 12 ++++++++++++ npc/042-2/sorfina.txt | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'npc') 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: diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 90f06cb9..cef082b8 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -1,3 +1,5 @@ +//TODO: music in the maps +//TODO: check the starting point 042-2.gat,28,26,0 script Sorfina 154,4,4{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Again; @@ -15,7 +17,7 @@ L_Start: mes "\"My little granddaughter Tanisha saw that, but couldn't do anything to stop them."; mes "She hurried to get someone to help. It was too late to catch the thieves, but at least the helpers brought you here to recover.\""; next; - mes "\"This area of the town is full of shady people, so I don't think there's a chance to get back your stuff.\""; + mes "\"We're in the suburbs of Tulimshar here and this area of the town is full of shady people, so I don't think there's a chance to get back your stuff.\""; mes "She has a sad look on her face, but then she shakes her head and smiles."; next; mes "[Old Woman]"; -- cgit v1.2.3-70-g09d2