Osiris/API/ItemSetUseRemotely: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * call '''ItemSetUseRemotely'''(''(ITEMGUID)'''''_item''', ''(INTEGER)'''''_bool''') ===== Description ===== Sets or clears UseRemotely flag on...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
* call '''ItemSetUseRemotely'''(''(ITEMGUID)''''' | * call '''ItemSetUseRemotely'''(''(ITEMGUID)'''''_Item''', ''(INTEGER)'''''_Bool''') | ||
===== Description ===== | ===== Description ===== | ||
Sets or clears UseRemotely flag on | Sets or clears '''UseRemotely''' flag on '''_Item'''. | ||
===== 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 | * 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?) | ||
=== See Also === | |||
* [[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 20:14, 13 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?)