blob: 5a21de5122af8de26fdc84a752f2286b312d1a0f (
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,78,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;
}
|