Difference between revisions of "Give to ♯RLV"

From Catznip
Jump to navigation Jump to search
Line 14: Line 14:
 
This feature can be disabled via a configuration [[RLVa_Configuration_Options|menu option]] or by setting the debug option [[:Category:Debug_Settings#RestrainedLoveForbidGiveToRLV|RestrainedLoveForbidGiveToRLV]] to TRUE.
 
This feature can be disabled via a configuration [[RLVa_Configuration_Options|menu option]] or by setting the debug option [[:Category:Debug_Settings#RestrainedLoveForbidGiveToRLV|RestrainedLoveForbidGiveToRLV]] to TRUE.
  
==Avatar to Avatar Inventory offers==
+
==Avatar to Avatar Inventory Offers==
  
 +
Avatars my give inventory direct to another avatars [[♯RLV_Folder|#RLV folder]]. This can be especially useful if the target avatars inventory is restricted, of you wish to attach an item with as little involvement from them as possible. Place the items in a folder named "#RLV/~anything_you_like" and pass this folder to the target. assuming they accept it will then appear in their #RLV folder ready to be attached via an attachment such as a collar.
  
  

Revision as of 21:17, 9 March 2014

The correct title of this article is Give to #RLV. The substitution of the # sign is due to a technical restriction.

Give to #RLV allows specifically named inventory offers to be placed directly into your #RLV folder rather than the root of your inventory. The intent is typically to attach the items to your avatar via script (for example; an object that transforms your avatar), some scripters have used it to create product installers that automate all required set up.

This functionality is enabled by default and starting in Catznip R9 and Firestorm 4.6, the #RLV folder is automatically created if it doesn't already exist. Previous versions of RLVa (and all versions of RLV) require the #RLV folder to exist in advance.

The inventory offer must be manually accepted.

Firestorm Note : The Firestorm feature 'auto accept inventory' does not apply to items that use this feature. This is by design.

This feature can be disabled via a configuration menu option or by setting the debug option RestrainedLoveForbidGiveToRLV to TRUE.

Avatar to Avatar Inventory Offers

Avatars my give inventory direct to another avatars #RLV folder. This can be especially useful if the target avatars inventory is restricted, of you wish to attach an item with as little involvement from them as possible. Place the items in a folder named "#RLV/~anything_you_like" and pass this folder to the target. assuming they accept it will then appear in their #RLV folder ready to be attached via an attachment such as a collar.


RLVa Developer notes

A folder may be passed directly into the target avatar's #RLV folder using llGiveInventoryList(id, "#RLV/~subfolder_name",items) or via avatar to avatar inventory offer if the folder being given is renamed to "#RLV/~subfolder_name" before being passed.