summaryrefslogblamecommitdiff
path: root/npc/008-2-0/celestia.txt
blob: b8be3297dcb1c2065605008aff255fa9cb61ebb8 (plain) (tree)
1
2
3
4
5
6
7
8
                          





                                    
                                                      







                                                             
                  

        
// 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!"),
        lg("You may remember me, I am Celestia.");
        l("Take a cup of tea until something happens here.");

    close;

OnInit:
    .distance = 4;
    end;
}