Difference between revisions of "User:Roland Riddler"

From Second Life Wiki
Jump to navigation Jump to search
m (Created page with ' == Hello ツ How are you doing? == My name is Roland Riddler, I am from Berlin, Germany.')
 
Line 1: Line 1:
==  Hello ツ How are you doing? ==
==  Hello ツ How are you doing? ==


My name is Roland Riddler, I am from Berlin, Germany.
My name is Roland Riddler, I am from Berlin, Germany.
I like to script, meet and explore in SL.
here is one for you:
default
{
    state_entry()
    {
       
    }
    touch_start(integer total_number)
    {
        llOwnerSay(llGetOwner());
    }
}
//this one gets your UUID for you, on touch...

Revision as of 14:02, 19 October 2009

Hello ツ How are you doing?

My name is Roland Riddler, I am from Berlin, Germany.

I like to script, meet and explore in SL.

here is one for you:

default {

   state_entry()
   {
       
   }
   touch_start(integer total_number)
   {
       llOwnerSay(llGetOwner());
   }

}

//this one gets your UUID for you, on touch...