Difference between revisions of "Osiris/API/ItemSetUseRemotely"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''ItemSetUseRemotely'''(''(ITEMGUID)'''''_item''', ''(INTEGER)'''''_bool''') ===== Description ===== Sets or clears UseRemotely flag on...") |
(No difference)
|
Revision as of 11:10, 28 August 2018
Full Definition(s)
- call ItemSetUseRemotely((ITEMGUID)_item, (INTEGER)_bool)
Description
Sets or clears UseRemotely flag on an item.
Notes
- This flag can be set through the sidebar in the Editor.
- It allows an item to be used from distance, without the need for character to walk close.
- Aimed for puzzles mainly.