Difference between revisions of "User:ANSI Soderstrom/Threading with LSL"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '== Leave a comment == * [[User_talk:{{PAGENAME}}|My User Talk about this Page]] == All About : Threating with LSL == Bla bla <lsl> default { state_entry() { llR...')
(No difference)

Revision as of 02:49, 4 October 2010

Leave a comment

All About : Threating with LSL

Bla bla

<lsl> default {

   state_entry()
   {
       llRequestPermissions(llGetOwner(), PERMISSION_TAKE_CONTROLS);
   }
   timer() {
   }

} </lsl>