summaryrefslogtreecommitdiff
path: root/npc/018-7-1/yetifly.txt
blob: 30d8d4ed54cb77c5ab910f3e540ce485148cdb82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    Yetifly the Mighty

018-7-1,54,77,0	script	Yetifly	NPC_YETIFLY,{
    mesn;
    mesq l("Heh, congratulations making it this far. Once again, allow me to present myself:");
    next;
    mesn;
    mesq l("I am Yetifly the Mighty, guardian of the fae!");
    close;

OnInit:
    .distance = 4;
    .sex = G_MALE;
    end;
}