Difference between revisions of "Osiris/API/ItemSetUseRemotely"
From Divinity Engine Wiki
m |
m |
||
Line 5: | Line 5: | ||
===== Notes ===== | ===== Notes ===== | ||
* This flag can be set through the sidebar in the Editor. | * This flag can be set through the sidebar in the Editor. | ||
− | * It allows an item to be used from afar, without the need for | + | * 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?) | * Mainly intended for puzzles (Lucian's crypt, anyone?) | ||
=== See Also === | === See Also === |
Latest revision as of 12:07, 1 December 2018
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?)