Ability SubtractAbilityCost

From Dragon Age Toolset Wiki
Jump to: navigation, search

Subtracts the cost (mana or stamina) for using an ability from the caster.

void Ability_SubtractAbilityCost(
object oCaster,
int nAbility,
object oItem = OBJECT_INVALID
);
Parameters:
oCaster
The creature using the ability
nAbility
The ability / spell that has been used
oItem
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.ability_h