I'm trying to make a new spell that throws a star at the target, damages, then causes them to bleed overtime...
Here's my nooby attempt:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT...