summaryrefslogtreecommitdiff
path: root/npc/012-3-3/manatree.txt
blob: 985ac2a88a2588ddec13e3d2cfa611bd5a8bb6ca (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:
    .sex = G_FEMALE;
    .distance = 2;
    end;
}