Osiris/API/ItemSetUseRemotely

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call ItemSetUseRemotely((ITEMGUID)_Item, (INTEGER)_Bool)
Description

Sets or clears UseRemotely flag on _Item.

Notes
  • This flag can be set through the sidebar in the Editor.
  • It allows an item to be used from afar, without the need for the character to come close first.
  • Mainly intended for puzzles (Lucian's crypt, anyone?)

See Also