blob: 0a478f8fa4411656e224ae9d0699fe073adcd130 (
plain) (
tree)
|
|
// TMW2 Scripts.
// Author:
// Jesusalva
// Description:
// Magic School bank
027-7,66,40,0 script Benjamin NPC_LLOYD,{
Banker(.name$, "Magic Academy", 1000000);
close;
OnInit:
.sex = G_MALE;
.distance = 4;
end;
}
|