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; }