Jump to content

Give LM and IM owner


Muletta
 Share

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

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

Recommended Posts

This should do it

default{    on_rez(integer start_param)			    {        llResetScript();    }    touch_start(integer total_number)    {         key other =  "AV-key";					// the key of the one you want to get the message        llGiveInventory(llDetectedKey(0), "LM name");           // the name of the LM        llInstantMessage( llGetOwner(), "message" );        llInstantMessage( other, "message" );    }}

 Remember to put the LM in the object 

edited to add:
If you don't know how to get an av key then just send me an im in world and I'll send you a key finder.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3453 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...