<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:access="http://www.bloglines.com/about/specs/fac-1.0">
<access:restriction relationship="allow" />
<channel>
<title>Bot-Babes/Boys</title>
<link>http://botbabes.pbwiki.com/</link>
<description>Bot-Babes/Boys</description>
<language>en</language>
<image>
 <url>http://botbabes.pbwiki.com/feedlogo.gif</url>
 <title>PBwiki</title>
 <link>http://pbwiki.com/</link>
</image>
<generator>PBwiki 1.3.8</generator>
<webMaster>support@pbwiki.com</webMaster>
 <item>
  <title>Slurl Plus Maker Script</title>
  <link>http://botbabes.pbwiki.com/Slurl+Plus+Maker+Script</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/Slurl+Plus+Maker+Script">Slurl Plus Maker Script</a></h3>
<span style="color:red;background-color:#fcc;">test//SLurl+</span><span style="font-weight:bold;color:green;background-color:#cfc;">//SLurl+</span> Maker when clicked gives a working slurl + parcel name in it as an Im. //Made by Simon Sugita, 31-07-2006 for BotBabes/BotBoys Robotics in Second Life.  default {     state_entry()     {         // Changes the default touch text in pie menu.         llSetTouchText(&quot;Slurl+&quot;);     }      on_rez(integer start_param)     {         // Reset this script on rez.         llResetScript();     }      touch_start(integer num_detected)     {         // Get Position.         vector pos = llGetPos();         // Get Parcel Name.         list details = llGetParcelDetails(pos,[PARCEL_DETAILS_NAME]);         // Get Regionname.         string regionname = llDumpList2String(llParseString2List(llGetRegionName(),[&quot; &quot;],[]),&quot;_&quot;);         // Get x coordinate.         integer x = (integer)pos.x;         // Get y coordinate.         integer y = (integer)pos.y;         // Get z coordinate.         integer z = (integer)pos.z;         // We got all now lets compile i]]></description>
  <pubDate>Sun, 20 Apr 2008 07:42:32 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Slurl Plus Maker Script</title>
  <link>http://botbabes.pbwiki.com/Slurl+Plus+Maker+Script</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/Slurl+Plus+Maker+Script">Slurl Plus Maker Script</a></h3>
<span style="color:red;background-color:#fcc;">//SLurl+</span><span style="font-weight:bold;color:green;background-color:#cfc;">test//SLurl+</span> Maker when clicked gives a working slurl + parcel name in it as an Im.<span style="color:red;background-color:#fcc;"><br />//Made</span><span style="font-weight:bold;color:green;background-color:#cfc;"> //Made</span> by Simon Sugita, 31-07-2006 for BotBabes/BotBoys Robotics in Second Life.<span style="color:red;background-color:#fcc;"><br />default<br />{<br />state_entry()<br />{<br />//</span><span style="font-weight:bold;color:green;background-color:#cfc;">  default {     state_entry()     {         //</span> Changes the default touch text in pie menu.<span style="color:red;background-color:#fcc;"><br />llSetTouchText(&quot;Slurl+&quot;);<br />}<br />on_rez(integer</span><span style="font-weight:bold;color:green;background-color:#cfc;">         llSetTouchText(&quot;Slurl+&quot;);     }      on_rez(integer</span> start_param)<span style="color:red;background-color:#fcc;"><br />{<br />//</span><span style="font-weight:bold;color:green;background-color:#cfc;">     {         //</span> Reset this script on rez.<span style="color:red;background-color:#fcc;"><br />llResetScript();<br />}<br />touch_start(integer</span><span style="font-weight:bold;color:green;background-color:#cfc;">         llResetScript();     }      touch_start(integer</span> num_detected)<span style="color:red;background-color:#fcc;"><br />{<br />//</span><span style="font-weight:bold;color:green;background-color:#cfc;">     {         //</span> Get Position.<span style="color:red;background-color:#fcc;"><br />vector</span><span style="font-weight:bold;color:green;background-color:#cfc;">         vector</span> pos = llGetPos();<span style="color:red;background-color:#fcc;"><br />//</span><span style="font-weight:bold;color:green;background-color:#cfc;">         //</span> Get Parcel Name.<span style="color:red;background-color:#fcc;"><br />list</span><span style="font-weight:bold;color:green;background-color:#cfc;">         list</span> details = llGetParcelDetails(p]]></description>
  <pubDate>Sun, 20 Apr 2008 07:41:52 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>llRotLookAt</title>
  <link>http://botbabes.pbwiki.com/llRotLookAt</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/llRotLookAt">llRotLookAt</a></h3>
<span style="color:red;background-color:#fcc;">LlRotLookAt</span><span style="font-weight:bold;color:green;background-color:#cfc;">llRotLookAt</span><br />llRotLookAt(rotation target, float strength, float damping);<br />Rotates the object that contains the script (aligns forward/x-axis to camera) to target over damp damping seconds.<br />]]></description>
  <pubDate>Mon, 14 Apr 2008 18:35:53 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>llRotLookAt</title>
  <link>http://botbabes.pbwiki.com/llRotLookAt</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous added <a href="http://botbabes.pbwiki.com/llRotLookAt">llRotLookAt</a></h3>
<h1 class="firstHeading">LlRotLookAt</h1><br />
<div id="bodyContent"><br />
<div id="contentSub">&nbsp;</div><br />
<div id="jump-to-nav">&nbsp;</div><br />
<!-- start content --><br />
<p><strong><tt>llRotLookAt(<a title="Rotation" href="http://rpgstats.com/wiki/index.php?title=Rotation">rotation</a> target, <a title="Float" href="http://rpgstats.com/wiki/index.php?title=Float">float</a> strength, float <a title="Damp" href="http://rpgstats.com/wiki/index.php?title=Damp">damping</a>);</tt></strong></p><p><br />
</p><p><br />
<a title="Rotation" href="http://rpgstats.com/wiki/index.php?title=Rotation">Rotates</a> the <a title="Object" href="http://rpgstats.com/wiki/index.php?title=Object">object</a> that contains the script (aligns forward/x-<a title="Axis" href="http://rpgstats.com/wiki/index.php?title=Axis">axis</a> to <a title="Camera" href="http://rpgstats.com/wiki/index.php?title=Camera">camera</a>) to <strong><tt>target</tt></strong> over <strong><tt>damp damping</tt></strong> seconds.</p><p><br />
</p><p><br />
This <a title="Functions" href="http://rpgstats.co</p></div>]]></description>
  <pubDate>Mon, 14 Apr 2008 18:35:40 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>llLookAt</title>
  <link>http://botbabes.pbwiki.com/llLookAt</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/llLookAt">llLookAt</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 18:34:15 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>llLookAt</title>
  <link>http://botbabes.pbwiki.com/llLookAt</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous added <a href="http://botbabes.pbwiki.com/llLookAt">llLookAt</a></h3>
<p><strong><font face="Courier New">llLookAt(</font></strong><a class="internal" href="http://lslwiki.net/lslwiki/wakka.php?wakka=vector"><font face="Courier New" color="#993333"><strong>vector</strong></font></a><a class="internal" href="http://lslwiki.net/lslwiki/wakka.php?wakka=target"><font face="Courier New" color="#993333"><strong>target</strong></font></a><strong><font face="Courier New">, </font></strong><a class="internal" href="http://lslwiki.net/lslwiki/wakka.php?wakka=float"><font face="Courier New" color="#993333"><strong>float</strong></font></a><strong><font face="Courier New"> strength, </font></strong><a class="internal" href="http://lslwiki.net/lslwiki/wakka.php?wakka=float"><font face="Courier New" color="#993333"><strong>float</strong></font></a><a class="internal" href="http://lslwiki.net/lslwiki/wakka.php?wakka=damp"><font face="Courier New" color="#993333"><strong>damping</strong></font></a><strong><font face="Courier New">)<p><br />
</p><p><br />
</p></font></strong>Causes the <a class="internal" href="</p>]]></description>
  <pubDate>Mon, 14 Apr 2008 18:33:43 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>llSetPos</title>
  <link>http://botbabes.pbwiki.com/llSetPos</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous added <a href="http://botbabes.pbwiki.com/llSetPos">llSetPos</a></h3>
<p>&nbsp;llSetPos</p><br />
]]></description>
  <pubDate>Mon, 14 Apr 2008 18:29:39 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>LSL Functions</title>
  <link>http://botbabes.pbwiki.com/LSL+Functions</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous added <a href="http://botbabes.pbwiki.com/LSL+Functions">LSL Functions</a></h3>
<p>&nbsp;</p><br />
<p><strong><font size="5">LSL Functions</font></strong></p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>llLookAt</p><br />
<p>llStopLookAt</p><br />
<p>llRotLookAt</p><br />
<p>llSetPos</p><br />
<p>llSetPrimitiveParams</p><br />
<p>llSensor</p><br />
<p>llSensorRemove</p><br />
<p>llSensorRepeat</p><br />
]]></description>
  <pubDate>Mon, 14 Apr 2008 18:20:22 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>LSL Script Library</title>
  <link>http://botbabes.pbwiki.com/LSL+Script+Library</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/LSL+Script+Library">LSL Script Library</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 18:07:49 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>FrontPage</title>
  <link>http://botbabes.pbwiki.com/FrontPage</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/FrontPage">FrontPage</a></h3>
 B.B.<span style="font-weight:bold;color:green;background-color:#cfc;"> A(G)I,</span><span style="font-weight:bold;color:green;background-color:#cfc;"> A-Life</span><span style="font-weight:bold;color:green;background-color:#cfc;"> &amp;</span> Robotics Wiki<br />This is for all who is intressed in A.I., A-Life, Cybergenetics, Cellular automaton, Robotics &amp; related disciplines.<br />We seek to create, explore and expand the potential of Robotics, A-Life, and Artificial Intelligence in the real life,<br />]]></description>
  <pubDate>Mon, 14 Apr 2008 18:04:23 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>FrontPage</title>
  <link>http://botbabes.pbwiki.com/FrontPage</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/FrontPage">FrontPage</a></h3>
Welcome To The B.B. Robotics Wiki<br />This is for all who is intressed in A.I., A-Life, Cybergenetics, Cellular automaton, Robotics &amp; related disciplines.<br /> Artificial<span style="color:red;background-color:#fcc;"> Intelligence.</span><span style="font-weight:bold;color:green;background-color:#cfc;"> Intelligence</span><span style="font-weight:bold;color:green;background-color:#cfc;"> in</span><span style="font-weight:bold;color:green;background-color:#cfc;"> the</span><span style="font-weight:bold;color:green;background-color:#cfc;"> real</span><span style="font-weight:bold;color:green;background-color:#cfc;"> life,</span><span style="font-weight:bold;color:green;background-color:#cfc;"><br />but</span><span style="font-weight:bold;color:green;background-color:#cfc;"> even</span><span style="font-weight:bold;color:green;background-color:#cfc;"> more</span><span style="font-weight:bold;color:green;background-color:#cfc;"> in</span><span style="font-weight:bold;color:green;background-color:#cfc;"> other</span><span style="font-weight:bold;color:green;background-color:#cfc;"> places</span><span style="font-weight:bold;color:green;background-color:#cfc;"> as</span><span style="font-weight:bold;color:green;background-color:#cfc;"> the</span><span style="font-weight:bold;color:green;background-color:#cfc;"> world</span><span style="font-weight:bold;color:green;background-color:#cfc;"> wide</span><span style="font-weight:bold;color:green;background-color:#cfc;"> web</span><span style="font-weight:bold;color:green;background-color:#cfc;"> and</span><span style="font-weight:bold;color:green;background-color:#cfc;"> massive</span><span style="font-weight:bold;color:green;background-color:#cfc;"> metaverse</span><span style="font-weight:bold;color:green;background-color:#cfc;"> worlds</span><span style="font-weight:bold;color:green;background-color:#cfc;"> as</span><span style="font-weight:bold;color:green;background-color:#cfc;"> Second</span><span style="font-weight:bold;color:green;background-color:#cfc;"> Life.</span><br />We are curently working on several projects in which our team has years of experience, including;<br /> A-Life,<span style="color:red;background-color:#fcc;"> AI</span><span style="font-weight:bold;color:green;background-color:#cfc;"> A.(G).I.</span> &amp; related disciplines;<br />Research &amp; creation<span style="font-weight:bold;color:green;background-color:#cfc;"> ofall</span><span style="font-weight:bold;color:green;background-color:#cfc;"> branches</span> of<span style="color:red;background-color:#fcc;"> many</span><span style="color:red;background-color:#fcc;"> diffrent</span><span style="color:red;background-color:#fcc;"> (Aiml</span><span style="color:red;background-color:#fcc;"> /</span><span style="color:red;background-color:#fcc;"> Chat)</span><span style="color:red;background-color:#fcc;"> Robots;</span><span style="font-weight:bold;color:green;background-color:#cfc;"> robotics;</span><br />Research &amp; creation of many diffrent<span style="color:red;background-color:#fcc;"> VR</span><span style="color:red;background-color:#fcc;"> Robots</span><in]]></description>
  <pubDate>Mon, 14 Apr 2008 18:02:32 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>FrontPage</title>
  <link>http://botbabes.pbwiki.com/FrontPage</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/FrontPage">FrontPage</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 17:53:04 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>FrontPage</title>
  <link>http://botbabes.pbwiki.com/FrontPage</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/FrontPage">FrontPage</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 17:52:28 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>SideBar</title>
  <link>http://botbabes.pbwiki.com/SideBar</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/SideBar">SideBar</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 17:48:06 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>SideBar</title>
  <link>http://botbabes.pbwiki.com/SideBar</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/SideBar">SideBar</a></h3>
Homepage<br /><span style="color:red;background-color:#fcc;">OS</span><span style="color:red;background-color:#fcc;"> LSL</span><span style="font-weight:bold;color:green;background-color:#cfc;">LSL</span> Script<span style="color:red;background-color:#fcc;"> Library</span><span style="color:red;background-color:#fcc;"><br />Reserved</span><span style="color:red;background-color:#fcc;"> Channels</span><span style="font-weight:bold;color:green;background-color:#cfc;"> Library</span><br />]]></description>
  <pubDate>Mon, 14 Apr 2008 17:47:29 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>LSL Script Library</title>
  <link>http://botbabes.pbwiki.com/LSL+Script+Library</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/LSL+Script+Library">LSL Script Library</a></h3>
Sparky Public Tricks ScriptbySimon Sugita &amp; Skippy BoshDescription: Sparky Mark II Droid Tricks.<br />Rotation Scanby Thomas Tendaze. Description: Little trick to scan more than 16 targets in SL<br /><span style="font-weight:bold;color:green;background-color:#cfc;">Tutorial Robotics by TipBaker and others. Description: A tutorial to make your own autonomous moving object.</span><br />Scripts Completed:<br />AirSeaAltimeterby OoPsGalatea from http://www.lslwiki.net/Description:<br />]]></description>
  <pubDate>Mon, 14 Apr 2008 17:29:28 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Tutorial Robotics</title>
  <link>http://botbabes.pbwiki.com/Tutorial+Robotics</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/Tutorial+Robotics">Tutorial Robotics</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 17:25:44 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Tutorial Robotics</title>
  <link>http://botbabes.pbwiki.com/Tutorial+Robotics</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/Tutorial+Robotics">Tutorial Robotics</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 17:25:02 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Tutorial Robotics</title>
  <link>http://botbabes.pbwiki.com/Tutorial+Robotics</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous added <a href="http://botbabes.pbwiki.com/Tutorial+Robotics">Tutorial Robotics</a></h3>
<p>&nbsp;</p><br />
<h2>Tutorial Robotics</h2><br />
<p></p><p><br />
<span class="notes"><font color="#888800">This page is currently under construction (But don't let that stop you contributing)- </font><a class="internal" href="http://lslwiki.net/lslwiki/wakka.php?wakka=TiPBaKeR"><font color="#993333">Tip</font></a></span></p><br />
<div class="indent">The objective of this page is to provide information, techniques and tips on the scripting of autonomous objects <span class="notes"><font color="#888800">(And to give me some practice in formating a wiki page </font><a class="internal" href="http://lslwiki.net/lslwiki/wakka.php?wakka=TiPBaKeR"><font color="#993333">Tip</font></a><font color="#888800">)</font></span>. That is, objects that move on their own.</div><br />
<p>&nbsp;</p><br />
<div class="indent">This tutorial is intended for those with a good general knowledge of LSL and programming.</div><br />
<p>&nbsp;</p><br />
<div class="indent">The term '<a class="external" href="http://en.wikipedia.org/wiki/Robot"><font color="#993333">robot</fon</font></a></div>]]></description>
  <pubDate>Mon, 14 Apr 2008 17:23:05 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>FrontPage</title>
  <link>http://botbabes.pbwiki.com/FrontPage</link>
  <author>email.hidden@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://botbabes.pbwiki.com/FrontPage">FrontPage</a>]]></description>
  <pubDate>Mon, 14 Apr 2008 17:19:23 +0000</pubDate>
  <category>mod</category>
 </item>
</channel>
</rss>
