blob: c1019714ec3c2fb8e20497e672eeaa360b2ed672 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// TMW-2 Script.
// Author:
// Saulc
// Jesusalva
// PS. move to indoors
009-1,44,48,0 script Barzil NPC_LLOYD,{
Banker(.name$, "Halinarzo", 13000);
close;
OnInit:
.sex = G_MALE;
.distance = 4;
end;
}
|