Hey Justin,<div>This can be reproduced with this script. Rez object, touch to start it, then take it back to inventory, then rez again. Counter will continue to be incremented and printed on screen. And I have to apologize here for not submitting a report. Too tired :) really, not an excuse or anything. Sorry.</div>

<div><br></div><div><div>integer counter;</div><div>default</div><div>{</div><div>    state_entry()</div><div>    {</div><div>       </div><div>    }</div><div>    touch_start(integer flag){</div><div>        llSetTimerEvent(0.5);</div>

<div>    }</div><div>    </div><div>    timer()</div><div>    {</div><div>       ++counter;</div><div>       llSay(0,(string)counter);</div><div>    }</div><div>}</div><br><div class="gmail_quote">On Fri, Aug 31, 2012 at 7:39 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That is surprising because the code does remove timer events when a script is removed.  The best course of action would be to file a bug with the exact steps to reproduce the problem.<div class="im">

<br>
<br>
On 31/08/12 21:01, Dr Ramesh Ramloll wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Just thought I put this out there. I just noticed that in opensim, timers in objects are not stopped when they are<br>
removed.  So I had to use llSetTimerEvent(0); in state_entry() to stop the clock ... explicitly on object's entry. Guess<br>
starting a timer in an object need to be viewed similar llSetText ... Rather unexpected.<br>
<br>
--<br>
'Consider how the lilies grow. They do not labor or spin.'<br></div>
*Rameshsharma Ramloll* PhD, CEO CTO DeepSemaphore LLC, Affiliate /Research Associate Professor/, Idaho State University,<div class="im"><br>
Pocatello, ID 83209 Tel: <a href="tel:208-240-0040" value="+12082400040" target="_blank">208-240-0040</a><br></div>
Blog <<a href="http://deepsemaphore.posterous.com/" target="_blank">http://deepsemaphore.<u></u>posterous.com/</a>>, LinkedIn <<a href="http://www.linkedin.com/in/rameshramloll" target="_blank">http://www.linkedin.com/in/<u></u>rameshramloll</a>>, DeepSemaphore LLC<br>


<<a href="http://www.deepsemaphore.com" target="_blank">http://www.deepsemaphore.com</a>><u></u>, Google+ profile <<a href="https://plus.google.com/103652369558830540272/about" target="_blank">https://plus.google.com/<u></u>103652369558830540272/about</a>><br>


<br>
<br>
<br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
-- <br>
Justin Clark-Casey (justincc)<br>
OSVW Consulting<br>
<a href="http://justincc.org" target="_blank">http://justincc.org</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><font color="#999999">'Consider how the lilies grow. They do not labor or spin.'</font><br><b>Rameshsharma Ramloll</b> PhD, CEO CTO DeepSemaphore LLC, Affiliate <i>Research Associate Professor</i>, Idaho State University, Pocatello, ID 83209 Tel: 208-240-0040<br>

<div><a href="http://deepsemaphore.posterous.com/" target="_blank">Blog</a>, <a href="http://www.linkedin.com/in/rameshramloll" target="_blank">LinkedIn</a>, <a href="http://www.deepsemaphore.com" target="_blank">DeepSemaphore LLC</a>, <a href="https://plus.google.com/103652369558830540272/about" target="_blank">Google+ profile</a></div>

<br>
</div>