// Evol scripts. // Author: // Micksha // Description: // Tanisha, the little girl in Sorfina's house. // THIS IS A PLACEHOLDER! 012-2-1,48,34,0 script Tanisha NPC_TANISHA,{ speech l("Welcome."), l("Someone was too lazy to even write a placeholder text, so please come back later"); close; OnInit: .sex = G_FEMALE; .distance = 2; end; }