summaryrefslogtreecommitdiff
path: root/world/map/npc/029-1/aahna.txt
blob: 1b1c44892b6879d3e74c04018d526778d2628313 (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
// Aahna
// Author: Wushin
// Npc
029-1.gat,71,52,0|script|Aahna|404
{
    setarray @npc_loc, 71, 52, 3;
    callfunc "PCtoNPCRange";
    if (@npc_check)
        goto L_Range;
    goto L_Meet;

L_Meet:
    mes "[Aahna]";
    mes "\"Hello, What a lovely day for a stroll.\"";
    goto L_Close;

L_Range:
    message strcharinfo(0), "Whats that? Come closer I can't hear you.";
    goto L_Close;

L_Close:
    close;
}