Osiris/API/ItemSetUseRemotely

From Divinity Engine Wiki
Revision as of 13:07, 1 December 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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