Jump to content

Reynard Baroque

Resident
  • Posts

    17
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'll go have a look again, but it seems the current project in the JIRA only allows bug reports; at least, I can't find anything in the drop-down for feature suggestions... as I said, I'll try it again.
  2. Not sure where this should properly go, as last time I had a suggest it went into the JIRA. However, here goes... I would like to see a command that lets a script running in an object attach another object directly to the avatar without having to rezz it in-world. Essentially, I'm looking to combine the functionality of llRezObject(...) followed by that object executing an llAttachToAvatar(...) as part of it's script start-up. What I'm striving for here is a HUD that rezzes and controls a lightsaber prop. The idea is that the user will receive just a HUD; the HUD will contain the lightsaber. If there was a means to attach the prop directly from the HUD contents to the HUD wearer's attach points, it would allow them to attach and use the lightsaber even in no-rezz areas, and would also mean the wearer wouldn't have to attach anything except the HUD. Proposed syntax: llAttachObjectFromContents( string name, vector position, rotation rot, integer attach_point, integer param ) name would be the name of the item to rez and would of necessity be limited to INVENTORY_OBJECT types; if a non-object item in the contents was specified, or the object was missing, the script should chat an error on the DEBUG channel. It should specifically NOT permit the use of UUIDs to rezz the object as there would possibly be copy permission conflicts. position would be the offset from attach_point. rot would be the rotation relative to attach_point in quaternion form. param woud be any parameter desired to pass to the object's on_rez event when it rezzes and attaches, same as in llRezObject(). The command should only be valid to attach objects to the avatar wearing the object containing the script; not to any other avatar, and should require PERMISSION_ATTACH via llRequest Permissions(). Thoughts? Objections?
×
×
  • Create New...