// TMW2 Script // Author: Jesusalva // Author: TMW-Org. Script Writers // PS. Liana could (should) explain too the small cave north of there. It can be // a place to run, or maybe monsters there are natural and protect them from the // Mana Monsters, etc. 005-1,47,86,0 script Liana NPC_ELVEN_FEMALE,{ mesn; //mesq l("Hurnscald is a large city. I'm sure glad I live in Candor because I know where everything's at."); mesq l("Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at."); if (QL_BEGIN == 10) goto L_Hasan; close; L_Hasan: mes "[Liana]"; mesq l("Are you enjoying yourself in Candor? Do you have any questions?"); menu l("A guy named Hasan is bullying people."),L_Next, l("No, thanks."),L_Close; L_Next: mesq l("Ah, Hasan. He's causing trouble again?"); next; mes l("She shakes her head."); next; mesq l("This guy has been a plague ever since he could walk. He's always causing trouble."); next; mesq l("And his father... Well, one day his father thought he should teach Hasan a lesson."); next; mesq l("He took him into the desert and then left him there!"); next; mes l("Hasan was only seven years old!"); next; mesq l("I never understood how someone could do something like that to a child, even if it's a rascal like Hasan."); next; mesq l("Anyway, Hasan tried to find his way back home, but stumbled into a nest of scorpions!"); next; mes l("She shakes her head."); mesq l("If Lieutenant Dausen hadn't have come along that moment, Hasan would have died that day."); next; mesq l("However, the scorpions poison caused a bad fever and once Hasan had recovered from that, he was even more malicious than before."); next; mes l("She sighs."); QL_BEGIN = 11; goto L_Close; L_Close: close; }