Difference between revisions of "Osiris/API/CharacterAddTalent"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CharacterAddTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Adds '''_Talent''' to ''...")
 
Line 10: Line 10:
 
* [[Osiris/API/CharacterRemoveTalent]]
 
* [[Osiris/API/CharacterRemoveTalent]]
 
* [[Osiris/API/CharacterUnlockedTalent]]
 
* [[Osiris/API/CharacterUnlockedTalent]]
 +
* [[Osiris/API/CharacterLockedTalent]]
 
    
 
    
 
[[Category:Osiris Calls]]
 
[[Category:Osiris Calls]]

Revision as of 15:52, 14 November 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 added or the Character isn't valid, nothing happens.
See Also