local outfits = {
math.random(205, 15),
math.random(25, 15),
math.random(15, 110),
math.random(125, 106),
math.random(107, 18)
}
local FOODS =
{
[6394] = {1, "Transformation!"}
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
local food = FOODS[item.itemid]
if(not...