On 04/14/2011 06:18 PM, Henry Wills wrote: > So, I've got a bunch of OSGrid scripts and my stand-alone is using the > default Xengine. With a number of the scripts I get the following > error message > > "/Selected engine unavailable. Running script on XEngine/". > > To me, this says that there is at least one other script engine > available. Is that so? If it is, how do I get it and install it? > Currently, with scripts that generate that error, I have been > recompiling (using LSL, just in case), set the script to running and > it works fine. Its just a pain in the ass having to go through the > extra steps. > > Come to think of it, what about other Physics Engines, like nVidia > PhysX, which I happen to have installed on my system. Can anyone > provide links to get a different engine and installation instructions? > > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users Look at the first line in the script. It probably has //My Script, or something similar. Make sure the first line of the script is blank or just // to be safe. The script mechanism of OpenSim is designed to support several scripting engines simultaneously. And, the way to tell OpenSim which engine to use to execute the script is with the first line. //C# would run it with the C# engine (if you have it enabled).
See: http://justincc.org/blog/2008/11/21/c-scripting-in-opensim/ for an example of that.
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
