very nice ! i liked this
local storages = {700, 701, 702, 703, 704}
for i = 1, #storages do
if player:getStorageValue(storages[i]) == 1 then
player:setStorageValue(805, 1)
break
end
end
other question, if i will do the same with other code but same file.lua, like this...