summaryrefslogtreecommitdiff
path: root/npc/020-1/issay.txt
blob: 5560358ce4fb7ca5f3589bc51d1e7199eb206592 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// The Mana World scripts.
// Author:
//    Micksha
// Description:
//    Issay the Barber.
// THIS IS A PLACEHOLDER!

020-1,227,179,0	script	Issay the Barber	NPC_GUMI_THE_DYER,{
    Barber();
    close;

OnInit:
    .bodytype = BODYTYPE_3;
    .distance = 4;
    end;
}