Difference between revisions of "Osiris/API/CharacterRemoveTalent"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''CharacterRemoveTalent'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Talent''') ===== Description ===== Removes '''_Talent'''...") |
|||
Line 10: | Line 10: | ||
* [[Osiris/API/CharacterAddTalent]] | * [[Osiris/API/CharacterAddTalent]] | ||
* [[Osiris/API/CharacterUnlockedTalent]] | * [[Osiris/API/CharacterUnlockedTalent]] | ||
+ | * [[Osiris/API/CharacterLockedTalent]] | ||
[[Category:Osiris Calls]] | [[Category:Osiris Calls]] |
Revision as of 14:52, 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.