Template:Darwin's Scripts: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 304: Line 304:
num_pad()
num_pad()
{
{
    llSetTimerEvent(10);
     list buttons = [
     list buttons = [
"1", "2", "3",
"1", "2", "3",
Line 326: Line 328:
     new_channel();
     new_channel();
     num_pad();
     num_pad();
   
    llSetTimerEvent(10);
}
}


Line 356: Line 356:
         if(id != dialog_user) return;
         if(id != dialog_user) return;
          
          
         if((integer)message)
         if((integer)message || message == "0")
         {
         {
             code_input += message;
             code_input += message;

Latest revision as of 02:29, 6 October 2009

Usage

{{Darwin's Scripts|script name}}

Returns lsl scripts in a div box with descriptions

Contents:

  • find screen width (1)
  • color picker (2)
  • date difference (1)
  • uv button maker (2)
  • pass code dialog (1)

Templates List

List of all wiki templates