Osiris/API/CharacterAddTalent

From Divinity Engine Wiki
Revision as of 15:24, 14 November 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * call '''CharacterAddTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Adds '''_Talent''' to ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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