summaryrefslogblamecommitdiff
path: root/npc/000-1/astapolos.txt
blob: 69e6ffe9899ffeede27a5180901aa3da167a89ab (plain) (tree)
1
2
3
4
5
6
7
                 
           

                
                                                     
 
                                                        








                                                
                                            


            
                                    
          
                              
          
                         
          
                                                                     














                                                                                                 
                                                                                                                                









                                                                                     
                                                                                              
          


                                                                                                                                                                


           
 
// Evol scripts.
// Author:
//    Reid
// Description:
//    Random NPC searching for some food on the map.

000-1.gat,22,50,0,1	script	Astapolos	107;2,{

    mesn;
    mesq l("Hey")+ " " + strcharinfo(0) + "."; 
    next;

    menu
        l("How are things going?"), -,
        l("How do you know my name?"), l_Name,
        l("Who are you?"), l_Who,
        l("What's this Aquada?"), l_Aquada;

    mes "";
    mesn;
    mesq l("A sunny and hot day,");
    next;
    mesq l("A quiet place,");
    next;
    mesq l("A ground!");
    next;
    mesq l("I hope that answers your question.") + " " + l("Hehe!");

    close;

l_Name:
    mes "";
    mesn;
    mesq l("A few moments ago, I heard your conversation with Darlin.");
    next;
    mesq l("Oh, not everything, don't worry, but your name came up twice in the conversation.");

    close;

l_Who:
    mes "";
    mesn;
    mesq l("My name is Astapolos, Q'Muller and I joined Nard's crew a few years ago when it was just a little merchant ship.");
    next;
    mesq l("At this time, we were selling crab's food on our old mushroom island.");
    next;
    mesq l("And now I'm a sailor, as you can see!");

    close;

l_Aquada:
    mes "";
    mesn;
    mesq l("This is a light blue sea fruit, they're highly desired around the archipelago.");
    next;
    mesq l("You can find them on the ocean, around some corals and sea monsters.");
    next;
    mesq l("Or, you could try to kill some Tortugas, or some Crocs if you're strong enough, I'm sure that they'll drop one or two @@.", getitemlink("Aquada"));

    close;

}