blob: e9da0d20037f457b1edaec237ea36e48391f43d0 (
plain) (
tree)
|
|
// Aahna
// Author: Wushin
// Npc
029-1,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;
}
|