Osiris/API/CharacterLockedTalent
From Divinity Engine Wiki
Full Definition(s)
- event CharacterLockedTalent((CHARACTERGUID)_Character, (STRING)__Talent)
Description
Is thrown when a character loses a Talent.
Parameters
- _Character: the character that gained the talent.
- _Trigger: the talent gained.
Notes
- The list of talents can be found at Scripting_talent_types
- Is currently only thrown if the talent is removed because an item providing that talent was unequipped.