blob: df332417285d4af83062fd7d02383f68b0cb0beb (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// Micksha
// Description:
// Liana.
// THIS IS A PLACEHOLDER!
012-1,65,117,0 script Liana NPC_LIANA,{
mesn;
mesc l("*sighs*");
next;
mesn;
mesq l("Ayasha went to explore the caves in Candor. They said there was a pretty tree there.");
next;
mesn;
mesq l("...But then she saw the spiders and got scared.");
next;
mesn;
mesq l("Now she is crying looking for me. The poor kid.");
close;
OnInit:
.bodytype = BODYTYPE_2;
.distance = 4;
end;
}
|