Panel

Linden Labs

Second Life ® y Linden Lab ® are registered trademarks from Linden Research, Inc. KodigoStyle is not affiliated or sponsored by Linden Reseach.

System preferences


api_set_options(list OPTIONS);
 
Options can be:

DEBUG:  ["ON" or "OFF"]             
The system will IM you with all the adverts. (default: OFF)

MSG_CHANNEL: (string)INTEGER_NUMBER  
Defines the link_message channel used to communicate with your scripts. (default: 2000)
        
Example:

api_set_options([
            "DEBUG", "ON",
            "MSG_CHANNEL", "2000"
        ]);

  Sign in   Recent Site Activity   Terms   Report Abuse   Print page  |  Powered by Google Sites