blob: 9de84bf910996fa556a65ea1aa973175f70d39ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// The Mana World scripts.
// Author:
// Livio
// Description:
// Marazor the barber
// THIS IS A PLACEHOLDER!
012-2-7,33,29,0 script Marazor NPC_GUMI_THE_DYER,{
Barber(true);
close;
OnInit:
.distance = 4;
end;
}
|