summaryrefslogblamecommitdiff
path: root/npc/006-2-1/chirp.txt
blob: 05de00c8b7f2fee814e74db5bba7d321615f568f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                 
                   



                  
// TMW-2 Script.
// Author:
//    +Seeds
//    Jesusalva

006-2-1,41,66,0	script	Chirp	NPC_PIOU_BANKER,{
    Banker(.name$, "Piou Isles", 8000);
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 4;
    end;
}