blob: b7a01708f47c199bf8f7a6f45a716ad3fdfc0445 (
plain) (
tree)
|
|
// 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;
}
|