summaryrefslogblamecommitdiff
path: root/npc/004-2/pachua.txt
blob: fba10b11cfe562ce9632c305066e2cf41f83bdd0 (plain) (tree)
1
2
3
4
5
6
7
8
9



                
                               


                                                    
                                                                                                                                                                    



                  
                  


        
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Part of Speed Run Quest, 

004-2,61,118,0	script	Pachua	NPC_INDIGENOUS_OLD,{
    mesn;
    mesq l("Howdy! Mirio and I scout this canyon to protect our clan. I am also a retired assassin, maybe someday I can exchange some knowledge with you! Hahaha!");
    close;

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