Difference between revisions of "User:Roland Riddler"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
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.
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:
{ So, that's a text box. }
<math>
default
{
    state_entry()
    {
       
    }
 
    touch_start(integer total_number)
    {
        llOwnerSay(llGetOwner());
    }
}
</math>
//this one gets your UUID for you, on touch...
 
--[[User:Roland Riddler|Roland Riddler]] 21:04, 19 October 2009 (UTC)

Revision as of 14:11, 19 October 2009

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.

{ So, that's a text box. }