Osiris/API/ItemSetUseRemotely: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
* Mainly intended for puzzles (Lucian's crypt, anyone?) | * Mainly intended for puzzles (Lucian's crypt, anyone?) | ||
=== See Also === | === See Also === | ||
* [[Osiris/API/CanUseItem|CanUseItem]] | |||
* [[Osiris/API/ItemGetUseRemotely|ItemGetUseRemotely]] | * [[Osiris/API/ItemGetUseRemotely|ItemGetUseRemotely]] | ||
[[Category:Osiris Calls|ItemSetUseRemotely]] | [[Category:Osiris Calls|ItemSetUseRemotely]] | ||
[[Category:Osiris Calls (Added in DOS2DE)|ItemSetUseRemotely]] | [[Category:Osiris Calls (Added in DOS2DE)|ItemSetUseRemotely]] |
Revision as of 06:47, 14 September 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 thee character to come close first.
- Mainly intended for puzzles (Lucian's crypt, anyone?)