Updated Perl EVENT_TIMER (markdown)

TurmoilToad
2018-01-16 15:38:48 -05:00
parent 072948695e
commit cbba3e8c97
+2 -2
@@ -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");
}
```