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

004-3-1,37,23,0	script	Falkrun	NPC_INDIGENOUS_ANY,{
    mesn;
    mesq l("Howdy!");
    close;

OnInit:
    .distance = 4;
    end;
}