OsForceAttachToAvatarFromInventory
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
|||
Line 8: | Line 8: | ||
In OpenSimulator 0.7.4. | In OpenSimulator 0.7.4. | ||
− | |threat_level= | + | |threat_level=High |
+ | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
+ | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} |
Revision as of 07:30, 25 October 2017
void osForceAttachToAvatarFromInventory(string itemName, integer attachmentPoint)
| |
Attach an inventory item in the object containing this script to any avatar in the region without asking for PERMISSION_ATTACH. Nothing happens if the avatar is not in the region.
In OpenSimulator 0.7.4. | |
Threat Level | High |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |