summaryrefslogtreecommitdiff
path: root/npc/014-5-1/sagratha.txt
blob: 6511ce4b7e3bda517960f253194a9c9b8b00cee1 (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
// Description:
//    Sagratha

014-5-1,33,37,0	script	Sagratha	NPC_SAMANTHA,{
    goodbye; end;

OnInit:
    .distance=5;
    npcsit;
    end;

OnInstanceInit:
    disablenpc instance_npcname(.name$);
    end;
}