From fcab89834e3817f1d6c80669e3d9bdf6df56895b Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Mon, 26 Oct 2015 15:35:19 -0700 Subject: [PATCH] Added debug command edebug (on|off) --- Epic_Calendar/Epic_Calendar.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Epic_Calendar/Epic_Calendar.xml b/Epic_Calendar/Epic_Calendar.xml index 34f8d10..d096c93 100644 --- a/Epic_Calendar/Epic_Calendar.xml +++ b/Epic_Calendar/Epic_Calendar.xml @@ -24,6 +24,22 @@ + + if "%1" == "on" then + SetEpicDebug = 1 + ColourNote("cyan", "", "Epic debugging on!") + else + SetEpicDebug = 0 + ColourNote("cyan", "", "Epic debugging off!") + end +