DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
// 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;
}