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