blob: 81fb372b84c53ba74a179391cf6d653c37ef78ca (
plain) (
tree)
|
|
// 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;
}
|