summaryrefslogtreecommitdiff
path: root/world/map/npc/xmas/2012/bodyguards.txt
blob: 0fffcc19ec5e8b558ec79374c1bbcca3ff99b174 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
// This file is part of Christmas Event 2012
// author: Jenalya

030-2.gat,76,88,0|script|Vilhelmiina|335,{
    callfunc "xmas2012time";

    if (@xmas_time == $@xmas2012_no_event_time)
        goto L_NoEvent;

    mes "[Vilhelmiina]";
    mes "\"This is Santa's room. But he isn't here.\"";
    menu
        "Ok, thanks.", L_Close,
        "Could you let me in anyway?", L_Enter,
        "Where is he?", L_Where;

L_Where:
    mes "[Vilhelmiina]";
    mes "\"Maybe he went to talk to Chief Warrick? Or he's over in the workshop? Or in the basement? I don't know.\"";
    close;

L_Enter:
    mes "[Vilhelmiina]";
    mes "\"No!\"";
    close;

L_Close:
    set @xmas_time, 0;
    close;

L_NoEvent:
    mes "[Vilhelmiina]";
    mes "\"How did you come in? At this time of the year the door should be locked!\"";
    warp "030-1.gat", 99, 55;
    close;
}

030-2.gat,80,88,0|script|Vihtori|333,{
    callfunc "xmas2012time";

    if (@xmas_time == $@xmas2012_no_event_time)
        goto L_NoEvent;

    mes "[Vihtori]";
    mes "\"Santa isn't in his room at the moment.\"";
    menu
        "I see.", L_Close,
        "Could I wait for him inside?", L_Enter,
        "Where do I find him?", L_Where;

L_Where:
    mes "[Vihtori]";
    mes "\"Talking to some helpers I think. Just have a look around the house, I'm sure you'll find him.\"";
    close;

L_Enter:
    mes "[Vihtori]";
    mes "\"What cheek! Of course not!\"";
    close;

L_Close:
    set @xmas_time, 0;
    close;

L_NoEvent:
    mes "[Vihtori]";
    mes "\"How did you come in? At this time of the year the door should be locked!\"";
    warp "030-1.gat", 99, 55;
    close;
}

030-2.gat,152,22,0|script|Vanamo|332,{
    callfunc "xmas2012time";

    if (@xmas_time == $@xmas2012_no_event_time)
        goto L_NoEvent;

    mes "[Vanamo]";
    mes "\"This area is restricted. You're not allowed to enter.\"";
    next;
    mes "...";
    next;
    mes "\"Ehm... enjoy your visit in Santa's residence!\"";
    close;

L_NoEvent:
    mes "[Vanamo]";
    mes "\"How did you come in? At this time of the year the door should be locked!\"";
    warp "030-1.gat", 99, 55;
    close;
}