summaryrefslogtreecommitdiff
path: root/world/map/npc/042-1/liana.txt
blob: c6df63a90dbf083f72e47b77a9a09c5813b17683 (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
// Talk NPCs to help make trek interesting between Tutorial and Bazaar.

042-1.gat,82,96,0|script|Liana|205
{
    setarray @npc_loc, 82, 96, 4;
    callfunc "PCtoNPCRange";
    if (@npc_check)
        goto L_End;
    goto L_Talk;

L_Talk:
    mes "[Liana]";
    mes "\"Tulimshar is a large city. I'm sure glad I live in the suburbs because I know where everything's at.\"";
    next;
    mes "\"I think Tanisha is in the building to the right. That girl is growing up fast.\"";
    goto L_Close;

L_End:
    mes "You'll have to move closer";
    goto L_Close;

L_Close:
    close;
}