summaryrefslogtreecommitdiff
path: root/world/map/npc/029-1/aahna.txt
blob: 92f7ff6b6ccc24d82731d6e4d5530e57d09ccd3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Aahna
// Author: Wushin
// Npc
029-1,71,52,0|script|Aahna|404
{
    set @npc_distance, 3;
    callfunc "PCtoNPCRange";
    goto L_Meet;

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

L_Close:
    close;
}