From 3465ccd70f8edee0e0a26532c52712c778bc0ee4 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sat, 16 Feb 2013 10:42:05 +0100 Subject: message the player if timer has not yet expired. --- world/map/npc/008-1/annualeaster.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'world/map/npc/008-1/annualeaster.txt') diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt index 0e5194f4..9bc6b584 100644 --- a/world/map/npc/008-1/annualeaster.txt +++ b/world/map/npc/008-1/annualeaster.txt @@ -13,7 +13,7 @@ function|script|AnnualEasterEvent|{ // prevent clicking multiple times: if (gettimetick(2) < @eastertimepenalty + $@EASTER_FOUND_WAIT_TIME) - goto L_End; + goto L_End2; set @eastertimepenalty, gettimetick(2); // global counter to determine reshuffle times of the eggs. @@ -71,12 +71,13 @@ S_Update_Annual_Quest: set Annual_Quest, (Annual_Quest & ~(BYTE_1_MASK) | (@easter_year << BYTE_1_SHIFT)); return; +L_End2: + message strcharinfo(0), "Why are these empty?"; L_End1: set @rewardindex, 0; set @easter_year, 0; set @random, 0; set @tmp, 0; -L_End: set @EasterEggID, 0; return; } -- cgit v1.2.3-60-g2f50