From 2d53be4b771aec1c91da67897b16d5b5d0b8c230 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 04:00:21 -0200 Subject: This is how Christmas 2018 (and all successors) are supposed to go. Simple, yet elegant. --- npc/019-4-1/bedder.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 npc/019-4-1/bedder.txt (limited to 'npc/019-4-1/bedder.txt') diff --git a/npc/019-4-1/bedder.txt b/npc/019-4-1/bedder.txt new file mode 100644 index 000000000..e069ac4e7 --- /dev/null +++ b/npc/019-4-1/bedder.txt @@ -0,0 +1,23 @@ +// 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("The white fur..."); + close; + +OnInit: + .sex=G_MALE; + .distance=5; + end; +} + -- cgit v1.2.3-70-g09d2