Panel

Linden Labs

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

API base script


Copy and paste this code on the scripts you want to enable the communication with the API base script.

api_set_code(string _c){api_submit(1002, "SET#"+_c);} 
api_set_options(list _o){string opt = llDumpList2String(_o,"#"); api_submit(1000, opt);}
api_storage(string _o, string _m, string _v1, string _v2, string _v3){ api_submit(1001, _o+"#"+_m+"#"+_v1+"#"+_v2+"#"+_v3);} 
api_submit(integer _c, string _m){llMessageLinked(LINK_THIS,_c,_m,NULL_KEY);}

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