Osiris/API/ItemSetUseRemotely: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
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 11: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?)