// 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; }