summaryrefslogtreecommitdiff
path: root/npc/018-5-5/ivanize.txt
blob: bfec74f6b1f801a09852a5d3634bdd600d1a7625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// TMW2 scripts.
// Authors:
//    Indigovox <rui.gravata@hotmail.com>
//    Jesusalva <jesusalva@tmw2.org>
// Description:
//    Evil Fairy

018-5-5,31,26,0	script	Ivanize	NPC_FAIRY_A,{
    if (strcharinfo(0) == "Manatauro") npctalk3 l("Leave me alone! Stop annoying me!");
    mesn;
    mesq l("Can't you see I'm busy?");
    close;

OnInit:
    .sex=G_FEMALE;
    .distance=5;
    end;
}