CharGen ClearAbilityList

From Dragon Age Toolset Wiki
Revision as of 19:35, 14 January 2010 by BryanDerksen (Talk | contribs) (removing {{Generated}} looks fine)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


void CharGen_ClearAbilityList(
object oCreature,
int nAbilityType = 0
);
Parameters:
oCreature
the creature to clear the ability list on
nAbilityType
The ability list to be cleared (ABILITY_TYPE_INVALID will clear all lists)
Returns:

Nothing.

Source:

script.ldf

Description

This is for character creation only.

Do not ever call outside of character generation, it will destroy a player's character.

NOTE: item abilities will not be cleared. To clear an item ability, the item that added it must be removed.