Osiris/API/CharacterAddTalent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''CharacterAddTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Adds '''_Talent''' to ''...")
 
No edit summary
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 13: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