function onUse(cid, item, fromPosition, itemEx, toPosition)
local z = {
x = 100098,
y = 2 * 60 * 60 * 24,
items = {
[1] = {2160, 3},
[2] = {2192, 1}
}
}
if(exhaustion.check(cid, z.x) == false) then
exhaustion.set(cid, z.x, z.y)
for i = 1, #z.items do...