blob: ac28d2d074584719bec41ddbe7905d2d641be596 (
plain) (
tree)
|
|
// 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("Kaan asked me to kill maggots, which I hate! But I'm not seeing any..."),
l("I wonder if things were supposed to be this way?");
close;
OnInit:
.bodytype = BODYTYPE_2;
.distance = 4;
end;
}
|