SetCreatureMaxMana

From Dragon Age Toolset Wiki
Revision as of 00:28, 20 February 2010 by BryanDerksen (Talk | contribs) (fix missing parameter)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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