summaryrefslogblamecommitdiff
path: root/npc/003-1/jerican.txt
blob: e25cab12df21937d66dcd23c5d92bad4882cc2d6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                

           
               
               
                                                       
 

                                                


                  
                  
        
 
// TMW2 scripts.
// Author:
//    Saulc
//    Jesusalva
// Description:
//    Jerican gives the player latest news on the world

003-1,93,125,0	script	Jerican	NPC_JOURNALMAN,{
    Journalman(.name$);

OnInit:
    .sex = G_MALE;
    .distance = 5;
    end;
}