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/cook.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/019-4-1/cook.txt (limited to 'npc/019-4-1/cook.txt') diff --git a/npc/019-4-1/cook.txt b/npc/019-4-1/cook.txt new file mode 100644 index 000000000..b7a01708f --- /dev/null +++ b/npc/019-4-1/cook.txt @@ -0,0 +1,21 @@ +// TMW2/LoF scripts. +// Authors: +// TMW-LoF Team +// Jesusalva +// Description: +// Christmas Quest. +// Originally, it was planned to collect XMAS CAKE, XMAS CANDY CANE and GINGERBREAD BISCUIT +// and then make a player ranking for sport (like Ched). The ranking function, +// however, was moved to Chief. Maybe Cook will exchange these for open xmas boxes. + +019-4-1,30,29,0 script Christmas Cook NPC_GNOME_B,{ + mesn; + mesq l("The xmas cake and canes and gingerbread ranking..."); + close; + +OnInit: + .sex=G_MALE; + .distance=5; + end; +} + -- cgit v1.2.3-70-g09d2