2901ba17 ^
22cfbc01 ^
1 2 3
4
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
// 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; }