summaryrefslogtreecommitdiff
path: root/npc/020-1/issay.txt
blob: 968e58c573e131916301dadfb42ebb01cf6ef455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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:
    .distance = 4;
    end;
}