is_active(scriptName)
returns true if the script is active
if script.is_active("freemode") then
log.info("freemode is active")
endLast updated
returns true if the script is active
if script.is_active("freemode") then
log.info("freemode is active")
endLast updated