summaryrefslogtreecommitdiff
path: root/npc/008-2-0/celestia.txt
blob: 81fb372b84c53ba74a179391cf6d653c37ef78ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// The Mana World scripts.
// Author:
//    Micksha
// Description:
//    Our beloved Princess Celestia.
// THIS IS A PLACEHOLDER!

008-2-0,30,23,0	script	Celestia	NPC_CELESTIA,{
    speech
        l("Hi!"),
        l("You may remember me, I am Celestia.");
        l("Take a cup of tea until something happens here.");

    close;

OnInit:
    .distance = 4;
    end;
}