blob: 86c5b4be21ece647ba9b38dcec0eec84f2a21b44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Evol scripts.
// Author:
// Micksha
// Description:
// The Manatree.
// THIS IS A PLACEHOLDER!
012-3-3,39,33,0 script Manatree#012-3-3 NPC_MANATREE,{
speech
l("Magic is all around."),
l("You just must listen to it, and feel it deep inside."),
lg("Now go, search for the unknown.");
close;
OnInit:
.bodytype = BODYTYPE_2;
.distance = 2;
end;
}
|