blob: 0a478f8fa4411656e224ae9d0699fe073adcd130 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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;
}
|