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_submit(integer _c, string _m){llMessageLinked(LINK_THIS,_c,_m,NULL_KEY);} |