local teste = Action()
function teste.onUse(cid, item, fromPosition, itemEx, toPosition)
if itemEx.itemid == 9957 then
local torch_storage, torch_monsters = Event_Lightbearer.getTorchInfo(toPosition)
if not (getPlayerStorageValue(cid, torch_storage) == 1) then...