summaryrefslogtreecommitdiff
path: root/npc/004-2/pachua.txt
blob: 9bb5f657344839590c0591a233d7dcde9ad89130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    -

004-2,61,118,0	script	Pachua	NPC_INDIGENOUS_OLD,{
    mesn;
    mesq l("Howdy!");
    close;

OnInit:
    .distance = 4;
    end;
}