Jump to content

avatar name, time, date, touched object


SwireD
 Share

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

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

Recommended Posts

2 hours ago, Rolig Loon said:

In your touch_start event, grab llDetectedName(0) and llGetTimestamp()  and put them into llSetText.  See http://wiki.secondlife.com/wiki/LlSetText

Thank you very much! can you help to make it two line text - time and date go to second line?

default
{
    touch_start(integer total_number)
    {
        llSetText(llKey2Name(llDetectedKey(0)) + llGetTimestamp(), <1 ,1, 1>, 1 );
    }
}

Link to comment
Share on other sites

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