Difference between revisions of "User:Roland Riddler"

From Second Life Wiki
Jump to navigation Jump to search
Line 19: Line 19:
     }
     }
}
}
</math>
//this one gets your UUID for you, on touch...


//this one gets your UUID for you, on touch...
</math>
--[[User:Roland Riddler|Roland Riddler]] 21:04, 19 October 2009 (UTC)
--[[User:Roland Riddler|Roland Riddler]] 21:04, 19 October 2009 (UTC)

Revision as of 14:06, 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: <math> default {

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

} </math> //this one gets your UUID for you, on touch...

--Roland Riddler 21:04, 19 October 2009 (UTC)