Difference between revisions of "Osiris/API/ItemLevelUpTo"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented ItemLevelUpTo)
 
(No difference)

Latest revision as of 22:34, 22 February 2018

Full Definition(s)
  • call ItemLevelUpTo((ITEMGUID)_Item, (INTEGER)_Level)
Description

Increases the level of _Item to _Level.

Notes
  • If _Item is not valid, nothing happens.
  • If _Level is <= 0, the level is changed back to the default.
  • This call is new in DOS2 Patch 6.
See Also