Osiris/API/CharacterLevelUpTo

From Divinity Engine Wiki
Revision as of 10:51, 20 December 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * call '''CharacterLevelUpTo'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Level''') ===== Description ===== Increases '''_Character'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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