Difference between revisions of "User:Roland Riddler"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
here is one for you: | here is one for you: | ||
<nowiki>Insert non-formatted text here</nowiki> | |||
default | default | ||
{ | { | ||
Line 21: | Line 21: | ||
//this one gets your UUID for you, on touch... | //this one gets your UUID for you, on touch... | ||
--[[User:Roland Riddler|Roland Riddler]] 21:04, 19 October 2009 (UTC) |
Revision as of 13:04, 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: 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)