summaryrefslogtreecommitdiff
path: root/world/map/npc/029-1/aahna.txt
blob: 453774a9523f384380d5f6a3ff2ea344c5b0ab7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Aahna
// Author: Wushin
// Npc
029-1,71,52,0|script|Aahna|404
{
    set @npc_distance, 3;
    callfunc "PCtoNPCRange";
    if(@npc_check) end;

    mes "[Aahna]";
    mes "\"Hello, What a lovely day for a stroll.\"";
    close;
}