Osiris/API/ItemLevelUpTo

From Divinity Engine Wiki
Jump to: navigation, search
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