function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if not target:isPlayer() then
return false
end
local MIN,MAX = target:getMaxHealth() / 12, target:getMaxHealth() / 6
if not doTargetCombatHealth(0, target.uid, COMBAT_HEALING, MIN, MAX, CONST_ME_MAGIC_BLUE) then...