
Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://itclive.spdns.de/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>move IT Home Base</title>
        <description></description>
        <link>http://itclive.spdns.de/wiki/</link>
        <lastBuildDate>Mon, 06 Apr 2026 02:55:12 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://itclive.spdns.de/wiki/lib/tpl/peanutbutter2/images/favicon.ico</url>
            <title>move IT Home Base</title>
            <link>http://itclive.spdns.de/wiki/</link>
        </image>
        <item>
            <title>Flashlight</title>
            <link>http://itclive.spdns.de/wiki/archiv/opensim/downloads/scripts/flashlight?do=revisions&amp;rev=1575021520</link>
            <description>
&lt;h2 class=&quot;sectionedit1&quot; id=&quot;flashlight&quot;&gt;Flashlight&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Ideal für Disco´s etc.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;/// Flashlight
default { 
state_entry() { 
llSetTimerEvent( 1.0 ); 
llSetPrimitiveParams([PRIM_POINT_LIGHT,TRUE, 
&amp;lt;1.0,1.0,1.0&amp;gt;, 1.0, 10.0, 0.00 ]); 
// color, intensity, radius, fall-off 
} 
 
timer() { state blink_off; } 
} 
 
state blink_off { 
state_entry() { 
llSetTimerEvent( 1.0 ); 
llSetPrimitiveParams([PRIM_POINT_LIGHT, TRUE, 
&amp;lt;0.0,1.0,0.0&amp;gt;, 1.0, 10.0, 0.00 ]); 
// color, intensity, radius, fall-off 
} 
 
timer() { state default; } 
}&lt;/pre&gt;

&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>archiv:opensim:downloads:scripts</category>
            <pubDate>Fri, 29 Nov 2019 10:58:40 +0000</pubDate>
        </item>
    </channel>
</rss>
