summaryrefslogblamecommitdiff
path: root/npc/000-2-0/billybons.txt
blob: b7e0707ae761637e7de7ad2c802babae6d44eb79 (plain) (tree)
1
2
3
4
5
6
7
8
9
                
          

               
                                                      
 
                                                       
 
         
                                
 

                                         
         
 


                                                
 
        
                                                  
 
           
         
                                                      
         
 

                                 
                                
 
           
         
                                                                                   
         
                                                                                                   
         
                                                   
         
 
        
                                                             
                                                   
                                                       
 
           
         
                                                                                   
         
 

                              
                                                
                                                         
 
           
         
                                   
 
          
 
         
           
         
                                                                                                                                                                     
         
                                                                      
         
                             
         

          

       
                     
          
 
       
           
         
                                                                                        
         
                                                                                                                             
         

                    
                                                       
 
          
 
 
// Evol scripts.
// Author:
//    Reid
// Description:
//    Drunk easteregg telling about the player's past.

000-2-0.gat,20,23,0,1	script	BillyBons	311;3,{

    mesn;
    if (rand(5)==2) goto l_Hips;

    mesq l("You? Here?");
    mesq l("How is *hick* it possible?");
    next;

    mesn "Narrator";
    mes col(l("The sailor chugs his beer."), 9);
    next;

    menu
        lg("Excuse me? Do you know who I am?"), -;

    mes "";
    mesn;
    mesq l("Don't do do theee... *hick* with me eh!");
    next;

    menu
        l("Are you ok?"), l_Quit,
        l("Alright... Bye."), -;

    mes "";
    mesn;
    mesq lg("NO and *hick* NO, you and you and your... *burp* stupi*hick* guild!");
    next;
    mesq l("You tried to get rid of me, eeh?? But surprise! I'm still here... *hick* Or there...");
    next;
    mesq l("But you won't *hick* me this time...");
    next;

    menu
        l("What are you talking about? What guild?"), l_Quit,
        l("You are full of wine, my friend..."), -,
        l("You should go and get some sleep."), l_Quit;

    mes "";
    mesn;
    mesq l("If I saw *hick* who you wereee... *hips* Would not have helped you! ");
    next;

    menu
        l("But who am I?"), -,
        l("What am I supposed to say?"), l_Quit,
        l("You should go and get some sleep."), l_Secret;

    mes "";
    mesn;
    mesq l("The giant boogeyman!");

    close;

l_Secret:
    mes "";
    mesn;
    mesq l("Hear me *hick* well, what ever, whatididever you will *hick* said ab... uhm... out what?! You saw there, the Guild of Esperia won't let it get public.");
    next;
    mesq l("Nobody will know about the existence of the Mercurians.");
    next;
    mesq l("Nobody! *burp*");
    next;

    close;

l_Hips:
    mesq l("*hick*");
    close;

l_Quit:
    mes "";
    mesn;
    mesq l("Yeah you're all like *hick* that in Esperia, but you won't get me! *burp*");
    next;
    mesq l("I'm not that numb eeh *hick* what did ever you disco... *hips* ...vered there, the warrior guild won't get me!");
    next;

    mesn "Narrator";
    mes col(l("The sailor turns his back to you."), 9);

    close;

}