macro magic.ds.off
    task magic.destreak.load
        active false
    end
    task magic.destreak.run
        active false
    end
end
macro magic.ds.on
    task magic.destreak.load
        active true
    end
    task magic.destreak.run
        active true
    end
end

macro magic.ds.status
    echo magicToDS
    book listbook magicToDS
    echo ""
    echo magicDSToRevert
    book listbook magicDSToRevert
end
