User:Roland Riddler

From Second Life Wiki
Revision as of 14:26, 19 October 2009 by Roland Riddler (talk | contribs)
Jump to navigation Jump to search

Hello ツ How are you doing?

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

I like to script in LSL and PHP, meet and explore in SL. Not a professional coder I am, it's more like a hobby.

Here is one for you

<lsl> default {

   state_entry()
   {
       
   }
   touch_start(integer total_number)
   {
       llOwnerSay(llGetOwner() + " is your UUID");
   }

} </lsl>