From cbba3e8c974118989e0be2fa544766e2527040eb Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Tue, 16 Jan 2018 15:38:48 -0500 Subject: [PATCH] Updated Perl EVENT_TIMER (markdown) --- Perl-EVENT_TIMER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Perl-EVENT_TIMER.md b/Perl-EVENT_TIMER.md index 5489aa4..f82af0a 100755 --- a/Perl-EVENT_TIMER.md +++ b/Perl-EVENT_TIMER.md @@ -81,9 +81,9 @@ sub EVENT_DEATH_COMPLETE { quest::say("You have defeated me..."); # Stop the timer "depop" from looping - quest::stoptimer("depop"); # stop the timer "1" from looping + quest::stoptimer("depop"); # Stop the timer "engaged" from looping - quest::stoptimer("engaged"); # stop the timer "2" from looping + quest::stoptimer("engaged"); } ```