User:ANSI Soderstrom/Threading with LSL
Jump to navigation
Jump to search
Leave a comment
All About : Threating with LSL
Bla bla
<lsl> default {
state_entry()
{
llRequestPermissions(llGetOwner(), PERMISSION_TAKE_CONTROLS);
}
timer() {
}
} </lsl>