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 +