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

               
                      
 
                                               

         
                                   
         
                                                                            
         
                                                                       







                                       

           
                                                                                            
         
                                                                      




               
 


          
// Evol scripts.
// Author:
//    Reid
// Description:
//    Newbie merchant.

000-1.gat,83,98,0,1	script	Fexil	108;2,{

    mesn;
    mesq lg("Greetings traveler.");
    next;
    mesq l("I have some clothes and other things for you at a fine price!");
    next;
    mesq l("What I sell comes from every corner of this archipelago.");
    next;
    mesq l("Interested?");
    next;

    menu
        l("Yes, why not."), l_Accepted,
        l("No, sorry."), -;

    mes "";
    mesn;
    mesq l("Oh... Well, I just started to trade... Thus my technique may not be the best.");
    next;
    mesq l("Anyway, if you ever feel interested, just check my bag!");

    close;

l_Accepted:
    shop "Bag";

    close;

}