summaryrefslogblamecommitdiff
path: root/npc/000-1/mickael.txt
blob: 5091790a321a149eabc61ea1c4e101ffed71afa8 (plain) (tree)
1
2
3
4
5
6
7
8




                                                                   
                                        
 
                                             



                           
                                                                                    
         
                                                                                                                                                 
         
                                                                                                     
         
                                         






                                 
                                                                                                                                  





           
                               
         
                                                                                                  



          
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Mickael, a sailor which gives some information to the player.
//		Sitting around the raft.

000-1.gat,24,32,0,1	script	Mickael	105,{

    mesn;
    mesq l("Oh, hey you.");
    next;
    mesq l("I hope that you don't mind that we used your raft to build this ramp.");
    next;
    mesq l("We technically don't stop in such place, but Capt'ain let us stay here while he writes the location of this new island on his map!");
    next;
    mesq l("So we are looking to some new merchandise that we could trade on our next destination.");
    next;
    mesq l("It's yours as well, right?");

    menu
        l("It's right."), -,
        l("Which one?"), l_Artis;

    mes "";
    mesn;
    mesq l("If you are looking at us there, we will mostly all be at the Pedro's restaurant and in the INN for Silvio's case...");

    close;

l_Artis:
    mes "";
    mesn;
    mesq l("Artis of course!");
    next;
    mesq l("It's where every merchant ship end their travelling, and we won't be the exception!");

    close;

}