summaryrefslogtreecommitdiff
path: root/npc/019-4-1/bedder.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-4-1/bedder.txt')
-rw-r--r--npc/019-4-1/bedder.txt23
1 files changed, 23 insertions, 0 deletions
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;
+}
+