<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;">Dear Gary:<br><br>In our LSL_BuiltIn_Commands.cs file are all the implementations of the LSL functions. Those that are not implemented all display the string "Command not implemented" and it looks like this is one of those.<br><br>At this point, about 190 of the 320+ functions are now implemented and patches are being submitted to Mantis and a few are getting implemented each week. Unfortunately, I cannot tell you when this one will happen.<br><br>Charles<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Huntress Gary B NPRI <HuntressGB@Npt.NUWC.Navy.Mil><br>To: opensim-dev@lists.berlios.de<br>Sent: Wednesday, April 30, 2008 9:30:39 AM<br>Subject:
[Opensim-dev] Is llRezObject Implemented?<br><br>
<br> In my OpenSim app I need to be able to dynamically create copies of a prim. I'm still learning the ins and outs of both construction and scripting but it seems like the function I want to use is llRezObject. I'm calling it with:<br> <br>touch_start(integer param)<br> {<br> llRezObject("master", llGetPos() + <0, 0, 2>, llEuler2Rot(<0,0,0>), 0);<br> }<br><br>And it compiles the script without error. Unfortunately, when it runs I get "Command not implemented: llRezObject"<br><br>I realize this is a "work in progress". Is there any existing way that I can copy prims?<br><br><br>Regards,<br><br>Gary Huntress<br>Code 4113<br>Naval Undersea Warfare Center<br>Newport, RI 02841<br>1-800-669-6892 x28990<br>Blackberry: 401 256-1916<br><br><br><br>_______________________________________________<br>Opensim-dev mailing
list<br><a ymailto="mailto:Opensim-dev@lists.berlios.de" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br><a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br></div><br></div></div></body></html>