summaryrefslogtreecommitdiff
path: root/npc/012-1/liana.txt
blob: df332417285d4af83062fd7d02383f68b0cb0beb (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
26
// 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;
}