Well, if the editor in the specific viewer in use does not support some particular LSL functionality, then the script cannot be compiled and the bytecode transmitted to the simulator.<br><br>I entered and attempted to compile this script in Hippo V1.23.5:<br>
<br>default<br>{<br><br>    state_entry()<br>    {        <br>        list lParams = llGetLinkPrimitiveParams(0, [PRIM_DESC]);<br>    } // state_entry<br><br>} // default<br><br>and elicited the error message:<br><br>(5, 52):  Error CS0103:  The name `PRIM_DESC' is not defined in the current context<br>
<br>meaning that this Hippo version does not recognize the constant in its parser.<br><br>As Justin has indicated this functionality is implemented in the current OpenSim version, it now a reasonable response to seek an OpenSim-compatible viewer that does support the desired capability.<br>
<br>Perhaps that viewer will also be capable of transmitting an LSL source file of greater than 64KB characters.<br><br>--<br>Moundsa<br> <br><br><div class="gmail_quote">On Fri, Nov 19, 2010 at 9:14 PM, Serendipity Seraph <span dir="ltr"><<a href="mailto:sseraph@me.com">sseraph@me.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
On Nov 19, 2010, at 5:38 PM, Jor3l Boa wrote:<br>
<br>
> Or was a viewer 2.0 bug :s<br>
<br>
</div>LSL functions have nothing to do with viewers.  Scripts run server side.<br>
<font color="#888888"><br>
- s<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br>