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 difference)

Revision as of 13:24, 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