if "%1" == "on" then SetEpicDebug = 1 ColourNote("cyan", "", "Epic debugging on!") else SetEpicDebug = 0 ColourNote("cyan", "", "Epic debugging off!") end if "%1" == "" then ColourNote("cyan", "", "Epic Calendar Help: ", "white", "", "Type ", "green", "", "getcal <", "darkcyan", "", "icefall", "green", "", "|", "darkcyan", "", "if", "green", "", "|", "red", "", "inferno", "green", "", "|", "blue", "", "oc", "green", "", "|", "white", "", "all", "green", "", ">") else get_cal(string.gsub("%1"," ","")) end