Osiris/API/CharacterAddTalent

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call CharacterAddTalent((CHARACTERGUID)_Character, (STRING)_Talent)
Description

Adds _Talent to player character _Character.

Notes
  • This call only works for characters with player data (characters that are a player, or at one point were a player during the current game).
  • The list of talents can be found here: Scripting talent types.
  • If the Talent to be added or the Character are not valid, nothing happens.
See Also