blob: ac2ceb9bc6921d6cb62fd5141bea41f1988bf7ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
// 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:
.distance = 4;
end;
}
|