Osiris/API/CharacterRemoveTalent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 12: Line 12:
* [[Osiris/API/CharacterLockedTalent|CharacterLockedTalent]]
* [[Osiris/API/CharacterLockedTalent|CharacterLockedTalent]]
    
    
[[Category:Osiris Calls]]
[[Category:Osiris Calls|CharacterRemoveTalent]]

Latest revision as of 15:19, 19 December 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 to be removed or the Character are not valid, nothing happens.
See Also