SetCreatureMaxMana

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the max mana of a creature

void SetCreatureMaxMana(
object oCreature,
int nMaxMana
);
Parameters:
oCreature
the creature whose mana we set
nMaxMana
the maximum mana the creature should have
Returns:

Nothing.

Source:

script.ldf

Description

Sets the max mana of a creature