summaryrefslogtreecommitdiff
path: root/npc/019-4-1/cook.txt
blob: b7a01708f47c199bf8f7a6f45a716ad3fdfc0445 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;
}