[Klonan] [15.12] silo-script errors when removing mod that added item
Posted: Sun May 21, 2017 10:44 pm
viewtopic.php?f=93&t=17910&p=278979#p278941
Possible solutions
remove invalid items in on_config_changed and additionaly remove the error message because Why error?(or both)
to
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