function onTarget(cid, target)
return getCreatureStorage(target, cid) <= 0 and false or isPlayer(target) and doRemoveCondition(target, CONDITION_INFIGHT) and false or true
end
function onStatChange(cid, attacker, combat, type, value)
if getCreatureStorage(attacker, cid) == 1 then
return...