diff options
Diffstat (limited to 'world/map/npc/010-2/workers.txt')
-rw-r--r-- | world/map/npc/010-2/workers.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/010-2/workers.txt b/world/map/npc/010-2/workers.txt index ab2e6d5d..3dc6e928 100644 --- a/world/map/npc/010-2/workers.txt +++ b/world/map/npc/010-2/workers.txt @@ -1,12 +1,14 @@ // -010-2.gat,23,70,0|script|Josh|155,{ +010-2.gat,23,70,0|script|Josh|155, +{ mes "[Josh]"; mes "\"We're working on getting the cellar pass open.\""; close; } -010-2.gat,39,75,0|script|Zack|155,{ +010-2.gat,39,75,0|script|Zack|155, +{ set @hw2011_npc_id, $@hw2011_npc_zack; if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) goto L_TrickOrTreat; |