Jump to content

Notify me on click


AimeryBolam
 Share

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

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

Recommended Posts

If you're wearing it...

string gInventoryName = "cookie";

default
{
    on_rez(integer sp)
    {
        llSetMemoryLimit(llGetUsedMemory() + 2048);
    }

    touch_start(integer total_number)
    {
        key touchedBy = llDetectedKey(0);
        llOwnerSay("I was touched by secondlife:///app/agent/" + (string)touchedBy + "/about");
        llGiveInventory(touchedBy, gInventoryName);
    }
}

 

  • Like 1
Link to comment
Share on other sites

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