User:Roland Riddler: Difference between revisions
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.' |
No edit summary |
||
| 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...