summaryrefslogtreecommitdiff
path: root/npc/012-3-3/manatree.txt
blob: 7f37ad305e805dfe24696c988ca7983b6c5d138e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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."),
        l("Now go, search for the unknown.");

    close;

OnInit:
    .distance = 2;
    end;
}