Possible solutions
remove invalid items in on_config_changed and additionaly remove the error message because Why error?(or both)
Code: Select all
if not items[tracked] then error("Silo script tracked item \""..tracked.."\" is not a valid item") return end
Code: Select all
if not items[tracked] then log("Silo script tracked item \""..tracked.."\" is not a valid item") return end