summaryrefslogblamecommitdiff
path: root/npc/014-5-1/sagratha.txt
blob: e3c6fe799bedd9b45cca2bc63075ce3fe499b802 (plain) (tree)
1
2
3
4
5
6
7





                
                                                      











                                        
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Sagratha

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

OnInit:
    .distance=5;
    npcsit;
    end;

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