Hi, tried this on dev list and mantis but no one helped, can anyone try this on OS0.7RC1 and tell me if repro, thanks in advance.<br><br><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">- Create a box with a new script:<br>
<br>default<br>{<br>    on_rez(integer n)<br>    {<br>        llSay(0, "Script running");<br>    }<br>}<br><br>- Take to inventory and do a manual rez, the box says in chat 'Script running';<br>- Create another box with this script:<br>
<br>default<br>{<br>    touch_start(integer n)<br>    {<br>        llRezObject("Primitive",llGetPos()+<0,0,1>,ZERO_VECTOR,llGetRot(),1);<br>    }<br>}<br><br>- Add the Primitive box you toke before to it and click.<br>
- The primitive box is rezzed but there is no chat.<br><br>Expected: Primitive box says 'Script running' on rez;</span>