From 2db53fdb1db441f162f49d563859c697f87ec709 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 8 Jun 2011 19:36:15 +0200 Subject: trying to make sorfina's dialogue shorter correcting the debug npc --- npc/042-2/sorfina.txt | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) (limited to 'npc/042-2/sorfina.txt') diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 407279a9..d4c541d2 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -1,22 +1,21 @@ 042-2.gat,28,26,0 script Sorfina 154,4,4{ - if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; + if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Again; if (sorfina == 2) goto L_Again; if (sorfina == 1) goto L_Clothes; mes "[Old Woman]"; - mes "\"Ah, you woke up. It seems you collapsed after you left the boat that brought you to Tulimshar."; - mes "A group of ragtags immediatly took advantage of that and stole all your stuff!\""; + mes "\"Ah, you woke up. It seems you collapsed after you left the boat that brought you to Tulimshar.\""; next; - mes "\"My little granddaughter Tanisha saw that, but couldn't do something to stop them."; - mes "She hurried to get someone to help. It was too late to catch the thieves, but at least they brought you here to recover.\""; + mes "\"My little granddaughter Tanisha found you lying next to the road, with all your clothes gone."; + mes "It seems you were robbed!"; 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 "She has a sad look on her face, but then she shakes her head and smiles."; next; mes "[Old Woman]"; mes "\"I'm glad you're feeling better now. You're not used to the hot weather, right?"; - mes "Are you here to look for a job? Many young people come to our Tulimshar for this reason.\""; + mes "Are you here to look for a job? Many young people come to Tulimshar for this reason.\""; next; mes "\"I can tell you some useful things, if you want to hear."; mes "Oh, and by the way my name is Sorfina.\""; @@ -45,8 +44,6 @@ L_Naked: mes "\"After we talked click on the shirt and press the equip button.\""; next; mes "\"Talk to me again when you got dressed. You can either click on me, or press N to focus on me and T to talk.\""; - next; - mes "\"If you want to talk to other adventurers, it's a bit different. In that case, press Enter, type your message and press Enter again.\""; close; L_Clothes: @@ -54,13 +51,8 @@ L_Clothes: mes "[Sorfina]"; mes "\"That's much better, don't you think so?\""; next; - mes "\"You know, there are different kind of items. You can also use usable items in your inventory.\""; - next; - mes "\"But you might find it more useful to put them on a shortcut. Press F8 to open your shortcut window.\""; - next; - mes "\"You can select the item you want to put on a shortcut with your mouse and then click on the position in the shortcut window you want to place it.\""; - next; - mes "\"I think this will help you a bit. To get more informations, press the button settings and look at the controls. You can also change them as you like.\""; + mes "\"I think this will help you a bit. To get more informations, press the button settings and look at the controls. You can also change them as you like."; + mes "Talk to me again if you want me to explain more things.\""; next; mes "\"Now you should go to see my granddaughter, she is very worried. She's in the storehouse, that's the second building southeast from here.\""; next; @@ -71,7 +63,7 @@ L_Clothes: L_Again: mes "[Sorfina]"; - mes "\"Welcome back! Do you have any questions?\""; + mes "\"Make yourself at home! Do you have any questions?\""; next; if (hasan) menu @@ -79,7 +71,7 @@ L_Again: "Yes, could you explain again about...",L_Explain, "No, thanks.",L_Close; menu - "Yes, could you explain again about...",L_Explain, + "Yes, could you explain about...",L_Explain, "No, thanks.",L_Close; close; @@ -202,11 +194,6 @@ L_SkipTut: set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; close; -L_Tut_Done: - mes "[Sorfina]"; - mes "\"Welcome. Please make yourself at home.\""; - close; - L_Close: close; -- cgit v1.2.3-60-g2f50