function onCast(cid, variant)
if doPlayerRemoveHealth(cid, 100) then return doCombatExecute(cid, variant) end
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
return doPlayerSendCancelMessage(cid, "You need more health to cast this spell!")
end
See I can make useless changes...