summaryrefslogtreecommitdiff
path: root/npc/029-1/aahna.txt
blob: 3ae76a28f2aa21356a51a5eb3a23f060f7bac72d (plain) (blame)
1
2
3
4
5
6
7
8
9
029-1,71,52,0	script	Aahna	NPC404,{
    @npc_distance = 3;
    callfunc "PCtoNPCRange";
    if(@npc_check) end;

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