local POTIONS = {
[1515] = {cost = 400, backpack = 10519, item = 8704, amount = 2000}, -- small health potion
[1516] = {cost = 900, backpack = 2000, item = 7618, amount = 2000}
}
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
local potion =...