blob: e4ea2a612f5653363ff6ad95345af1726209eb6f (
plain) (
tree)
|
|
// TMW2/LoF scripts.
// Authors:
// TMW-LoF Team
// Jesusalva
// Description:
// Christmas Quest
// In dire need for white fur for bedding. Gives %Reward% for %Amount% (LESS LIKELY)
// (TMW Org. Version)
// Or maybe, he just take the white fur + something + open xmas box and trades
// these for closed gift boxes (MOST LIKELY)
// TMW2:ML Version
019-4-1,48,39,0 script Christmas Storage Master NPC_GNOME_C,{
mesn;
mesq l("I was informed that our bedding material for fragile presents is nearly depleted...");
close;
OnInit:
.sex=G_MALE;
.distance=5;
end;
}
|