summaryrefslogtreecommitdiff
path: root/npc/008-2-0/celestia.txt
blob: 50d189a7e997cc8c32bb4e72fa0cdd323b7b6362 (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:
//    Our beloved Princess Celestia.
// THIS IS A PLACEHOLDER!

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

    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 2;
    end;
}