Difference between revisions of "Osiris/API/CharacterAddTalent"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
Line 12: Line 12:
 
* [[Osiris/API/CharacterLockedTalent|CharacterLockedTalent]]
 
* [[Osiris/API/CharacterLockedTalent|CharacterLockedTalent]]
 
    
 
    
[[Category:Osiris Calls]]
+
[[Category:Osiris Calls|CharacterAddTalent]]

Revision as of 17:05, 19 December 2017

Full Definition(s)
  • call CharacterAddTalent((CHARACTERGUID)_Character, (STRING)_Talent)
Description

Adds _Talent to _Character.

Notes
  • 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