blob: 5c6eb6377a30c0c783ae344e426405d3538b72ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// TMW2 scripts.
// Authors:
// Jesusalva
// Description:
// Banker.
024-3,33,28,0 script Arauto NPC_LLOYD,{
Banker(.name$, "Frostia", 9800);
close;
OnInit:
.sex = G_MALE;
.distance = 5;
end;
}
|