summaryrefslogblamecommitdiff
path: root/npc/001-1/artaxe.txt
blob: 34331557dcb9f9d3c9b7ed1f5f772f410fce8e7f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                
          

               
                                                  
 
                                            


                                                                                             
 
                

          
       
                  
                  
        
 
// Evol scripts.
// Author:
//    Reid
// Description:
//    Legion NPC blocking the North road of Artis.

001-1,90,31,0	script	Artaxe	NPC_ARTAXE,{
    speech 4,
        l("Sorry buddy, you can't pass by this way, we're actually moving some fourniture."),
        l("Come back later!");

    closedialog;
    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}