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

020-7-1,122,27,2	script	Peetu	NPC_BLUESAGEWORKER_MA,{
    .@q=getq(NivalisQuest_BlueSage);
    npctalk3 any(l("*sob sob*"), l("*crying*"));
    end;

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