yea eat food would be nice, used the eat from corpse but that doesn't always work wich ends up killing my low lvl sorc when its hungry and out of mana
for now im using this simple script just change the id of the food ur using
auto(5000)
if not g_game.isOnline() then return end
local foodId = 3725 -- id of the food you want to eat
g_game.useInventoryItem(foodId)