setDefaultTab("HP") if voc() ~= 1 and voc() ~= 11 then if storage.foodItems then local t = {} for i, v in pairs(storage.foodItems) do if not table.find(t, v.id) then table.insert(t, v.id) end end local foodItems = { 3607, 3585, 3592, 3600, 3601 } for i, item in pairs(foodItems) do if not table.find(t, item) then table.insert(storage.foodItems, item) end end end macro(500, "Cast Food", function() if player:getRegenerationTime() <= 400 then cast("exevo pan", 5000) end end) end