<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#0000ff;"><div>Even opening my sim up to all kinds of os threat got me nowere<br>----------------------opensim.ini-------<br>[LightShare]<br>enable_windlight = true<br><br>[XEngine] <br>;Windlight enable needs os -- don't like this At all!!!<br>AllowOSFunctions = true<br>AllowLightShareFunctions = false<br>OSFunctionThreatLevel = Severe<br>Allow_lsGetWindlightScene = true<br>Allow_lsSetWindlightScene = true<br>Allow_lsSetWindlightSceneTargeted = true<br>AllowMODFunctions = false<br>-----------------------------------<br>This script compiles but gives me <br>windlight get: LightShare functions are not enabled.<br>--------get ls settings-----<br>default<br>{<br>    state_entry()<br>    {<br>        llSay(0, "Script
 running");<br>       <br>    } // end entry<br>      touch_start( integer vIntTouches )<br>  { <br>        list wlist;<br>        list rules;<br>        list al = lsGetWindlightScene(wlist);<br>        string lal = llDumpList2String(al, ", ");<br>        llSay(0,lal);<br>        //works if lightshare enabled / how do you enable it ? <br>  } //end touch<br>} // end default<br>--------------------------<br><br>Any clues ?<br><br>PS: I favor the XML load approach. hate having the sim so open<br><br></div>
</div></body></html>