Osiris/API/CharacterRemoveTalent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''CharacterRemoveTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Removes '''_Talent'''...")
(No difference)

Revision as of 13:25, 14 November 2017

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

Removes _Talent from _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