Difference between revisions of "Osiris/API/CharacterLevelUpTo"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CharacterLevelUpTo'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Level''') ===== Description ===== Increases '''_Character'...")
 
(No difference)

Latest revision as of 10:51, 20 December 2017

Full Definition(s)
  • call CharacterLevelUpTo((CHARACTERGUID)_Character, (INTEGER)_Level)
Description

Increases _Character's level to _Level. In case _Character is an NPC, attribute, ability and talent points will be automatically distributed.

Notes
  • Does nothing if _Level is lower than the character's current level.
See Also