summaryrefslogtreecommitdiff
path: root/npc/020-7-1/peetu.txt
blob: 68cf26e4618835a03ffc3e1696adbdce8c7f953a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// TMW2 scripts.
// Authors:
//    Jesusalva
//    TMW Org.
// Description:
//    Peetu

020-7-1,122,27,2	script	Peetu	NPC_BLUESAGEWORKER_MA,{
    npctalk3 any(l("*sob sob*"), l("*crying*"));
    end;

OnInit:
    .sex=G_MALE;
    .distance=5;
    npcsit;
    end;
}