blob: c1019714ec3c2fb8e20497e672eeaa360b2ed672 (
plain) (
tree)
|
|
// 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;
}
|