AllowLightShareFunctions = false Should be true
Good luck and enjoy :) On Sun, Sep 12, 2010 at 3:19 PM, Juliana Dutra <[email protected]> wrote: > Even opening my sim up to all kinds of os threat got me nowere > ----------------------opensim.ini------- > [LightShare] > enable_windlight = true > > [XEngine] > ;Windlight enable needs os -- don't like this At all!!! > AllowOSFunctions = true > AllowLightShareFunctions = false > OSFunctionThreatLevel = Severe > Allow_lsGetWindlightScene = true > Allow_lsSetWindlightScene = true > Allow_lsSetWindlightSceneTargeted = true > AllowMODFunctions = false > ----------------------------------- > This script compiles but gives me > windlight get: LightShare functions are not enabled. > --------get ls settings----- > default > { > state_entry() > { > llSay(0, "Script running"); > > } // end entry > touch_start( integer vIntTouches ) > { > list wlist; > list rules; > list al = lsGetWindlightScene(wlist); > string lal = llDumpList2String(al, ", "); > llSay(0,lal); > //works if lightshare enabled / how do you enable it ? > } //end touch > } // end default > -------------------------- > > Any clues ? > > PS: I favor the XML load approach. hate having the sim so open > > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users > > -- =================================== http://simhost.com http://osgrid.org http://twitter.com/jstallings2 http://www.linkedin.com/pub/5/770/a49
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
