<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
having just wasted most of a day on trying to figure out why OSSL
functions such as osSetDynamicTextureData and friends were returning an
LSL compile error (ERROR: name not in scope) i thought i'd report back
on my findings:<br>
<ul>
  <li>OSSL functions (inspite of the heavy changes in the scripting
subsystem in recent days) are working just fine (provided you enabled
them as documented in OpenSim.ini.example)</li>
  <li>recent LindenLab(tm)/(r) provided secondlife clients (certainly
the 1.21 series) are apparently no longer relying on the grid to vet
the script and the functions it calls, but instead seem to check all
function calls against</li>
  <ul>
    <li>list of known LSL function</li>
    <li>list of functions you have defined in your script</li>
  </ul>
  <ul>
    <li>anything not found on those lists is flagged as "not in scope"</li>
  </ul>
</ul>
once i switched to hippo viewer <a
 href="http://forge.opensimulator.org/gf/project/opensim-viewer/">(http://forge.opensimulator.org/gf/project/opensim-viewer/)</a>
everything was fine.<br>
<br>
    cheers,<br>
    dr scofield<br>
<pre class="moz-signature" cols="80">-- 
dr dirk husemann ---- virtual worlds research ---- ibm zurich research lab
SL: dr scofield ---- <a class="moz-txt-link-abbreviated" href="mailto:drscofield@xyzzyxyzzy.net">drscofield@xyzzyxyzzy.net</a> ---- <a class="moz-txt-link-freetext" href="http://xyzzyxyzzy.net/">http://xyzzyxyzzy.net/</a>
RL: <a class="moz-txt-link-abbreviated" href="mailto:hud@zurich.ibm.com">hud@zurich.ibm.com</a> - +41 44 724 8573 - <a class="moz-txt-link-freetext" href="http://www.zurich.ibm.com/~hud/">http://www.zurich.ibm.com/~hud/</a>
</pre>
</body>
</html>