summaryrefslogtreecommitdiff
path: root/world/map/npc/xmas/2012/doors.txt
blob: 73bda9be33cc96db9181b62d6e00f18e6c40aba5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file is part of Christmas Event 2012
// author: Jenalya

// entrance of the building
030-1.gat,99,53,0|script|#Door|45,1,1,{
    callfunc "xmas2012time";

    if (@xmas_time == $@xmas2012_no_event_time)
        end;

    warp "030-2.gat", 88, 50;
    end;
}