blob: 862be80a0009a01c87a7c17a45365600dbf84ba5 (
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;
.bankId = RegisterBank("Frostia", 12);
end;
}
|