summaryrefslogblamecommitdiff
path: root/npc/000-1/silvio.txt
blob: 4f0b688a468aef7c05d4fef044794df6dfe0f4f8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                

                                                                    
 
                                             



                      
                                       








                                            
                                                                                                  
                                                                                                    
         

                                                                                                                                                              


         

                                                       





                                                                  

                                                                                                     




                        
                                                                                                                
         
                                                                           


















                                                                                 
                                                       


           
                                                                          
         
                                                                                                                                    
 




                    
                         
         
                                                                  


                 
                                                                   


         

                                                                
 




           

                                                                     
         
                                                                                                                      
 




           
                          
         
                                                     
 




           
                                                                 




                                                                                                                
                                                                                           
 




                    
                                                                                         



          
 
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Pervert sailor which think that he is supperior at everything.

000-1.gat,42,42,0,1	script	Silvio	312,{

    mesn;
    mesq l("Hey hey");
    next;
    mesq g(l("How is it going cutie?"),
           l("How is it going dude?"));
    next;

    menu
        l("Hello... Should I know you?"), -,
        l("Bye."), l_Quit;

    mes "";
    mesn;
    mesq g(l("Hehe, no. But I'm sure that a lady like you would love to meet a charmer like me!"),
           l("Hehe, no. But I'm sure that a boy like you would like to meet a gentleman like me."));
    next;
    mesq g(l("So, which good wind brought you here? Were you on your raft to meet me? Or because you've heard of my feats on Artis?"),
           l("So, which good wind brought you here? Were you on your raft to meet my Julia? Or because you wanted to see the beautiful waitress' at Artis?"));
    next;

    menu
        g(l("You're right, it's about Julia."),
          l("You're right, it's about you.")), l_Julia,
        l("Oh look, there is a piou behind you."), l_Piou,        
        l("What is Artis?"), l_Artis,
        l("None of them?"), -;

    mes "";
    mesn;
    mesq g(l("My beauty, I was not always a sailor, you know, I was once an important individual!"),
           l("My friend, I was not always a sailor, you know, I was once an important individual!"));
    next;
    mesq l("Before...");
    next;

    mesn "Gugli";
    mesq l("Hey, don't worry about him, it's one of the first days in a long time that we can just chill out.");
    next;
    mesq l("Maybe he abused too much his bottle today to celebrate that!");
    next;

    menu
        l("He's funny, it's not a problem."), -,
        l("Ok, I will leave him alone."), l_ForeverAlone;

    mes "";
    mesn "Gugli";
    mesq l("Oh ok, I said nothing then.");
    next;

    mesn;
    mesq l("Ah... Gugli Gugli... He's too young to understand our conversation");
    next;
    mesq l("So, what was I saying?");
    next;

    menu
        l("You told me that you 'were' important."), l_VeryImportantNoob,
        l("You mentioned the quality of your wine"), -;

    mes "";
    mesn;
    mesq l("Oh really? How could I forget a topic as important as that?");
    next;
    mesq l("I think that my wine is very good quality! I'm on my second bottle and I already... What were we talking about again?");

    close;

l_VeryImportantNoob:
    mes "";
    mesn;
    mesq l("It's true!");
    next;
    mesq l("But I can't tell you anything about it, I'm sorry.") ;
    next;

    mesn "Gugli";
    mesq l("Hey Silvio, it's your turn to carry the package, go!");
    next;

    mesn;
    mesq g(l("Duty is calling me, *hic*, see you later honey."),
           l("Duty is calling me, *hic*, see you later dude."));

    close;

l_Julia:
    mes "";
    mesn;
    mesq g(l("You honor me beauty, but I'm already taken by Julia!"),
           l("Not to kill your dream, but... Julia is mine!"));
    next;
    mesq l("She said that she will accept my application when Piou have teeth. It's just a matter of time, you see?");

    close;

l_Piou:
    mes "";
    mesn;
    mesq l("Seriously?!");
    next;
    mesq l("Hurry hurry! Need to verify his teeth!");

    close;

l_Artis:
    mes "";
    mesn;
    mesq l("It's a nice place... There are some nice chicks...");
    next;
    mesq l("The elven from the library has tilted on me a while ago, as well as Enora from the warrior guild.");
    next;
    mesq l("Oh, and Olga from the market place as well!");
    next;
    mesq l("You should look at them once we arrive at the port, they are worth it, eheh.");

    close;

l_ForeverAlone:
    mes "";
    mesn "Narrator";
    mes col(l("Silvio starts to speak with his bottle, you leave the conversation."), 9);

l_Quit:
    close;

}