CharGen ClearAbilityList

From Dragon Age Toolset Wiki
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.