Jump to content

Grab rezzed object


goodlighttreeheart
 Share

You are about to reply to a thread that has been inactive for 2992 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Well, you could make a specific rezzed object appear to be taken into someone's inventory, if that's all you cared about.  All you'd have to do would be to place a copy of the object in its own inventory.  Then write a simple script....

default{    touch_start(integer num)    {        llGiveInventory(llDetectedKey(0),llGetObjectName());        llDie();    }}

:smileywink:

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2992 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...