User:Roland Riddler

From Second Life Wiki
Revision as of 14:04, 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, meet and explore in SL.

here is one for you: Insert non-formatted text here default {

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

}

//this one gets your UUID for you, on touch... --Roland Riddler 21:04, 19 October 2009 (UTC)