summaryrefslogblamecommitdiff
path: root/npc/012-1/ishi.txt
blob: a7322978bb9b8ddd2f3ec936a3143f1e41113a10 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                               




                                                                                                  


          
                  

        
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Ishi, former trade-in for monster points.
// THIS IS A PLACEHOLDER!

012-1,53,114,0	script	Ishi	NPC_ISHI,{
    speech
        l("Welcome. I am Ishi, from the Monster Hunting Association."),
        l("I only follow Aidan around, so make your questions to him instead.");
    next;
    mesn;
    mesc l("Ishi seems to be very pensative of something, it is better if we don't disturb her.");
    close;

OnInit:
    .distance = 4;
    end;
}