<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Autoscript Creates LSL Scripts Without Code</title>
	<atom:link href="http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/</link>
	<description>I'm a computer science professor, data scientist, and web geek.</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:34:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott Zuzu</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-820</link>
		<dc:creator>Scott Zuzu</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-820</guid>
		<description>I believe the scripting tool has a bug:
When &quot;Say something in chat&quot; and &quot;When someone says something&quot; are chosen,  the script places the text entered into &quot;When someone says something&quot; into both variables.  

I.e.  If I want CHAT to say &quot;Hello!  I am an auto voice&quot;  when someone says &quot;Hello Dude.&quot;,  the script  places  &quot;Hello Dude&quot; as both the prompting text AND the response CHAT entry.

If I am mistaken, please let me know.
Thanks.</description>
		<content:encoded><![CDATA[<p>I believe the scripting tool has a bug:<br />
When &#8220;Say something in chat&#8221; and &#8220;When someone says something&#8221; are chosen,  the script places the text entered into &#8220;When someone says something&#8221; into both variables.  </p>
<p>I.e.  If I want CHAT to say &#8220;Hello!  I am an auto voice&#8221;  when someone says &#8220;Hello Dude.&#8221;,  the script  places  &#8220;Hello Dude&#8221; as both the prompting text AND the response CHAT entry.</p>
<p>If I am mistaken, please let me know.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna Vichan</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-818</link>
		<dc:creator>Jenna Vichan</dc:creator>
		<pubDate>Tue, 02 Mar 2010 18:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-818</guid>
		<description>can you make option for all inventory drop.

because i  would like to have the detectedkey drop inventory notecards into mailbox  but only allow notecards nothing else

that would be a big help.

thanks for the  scripting assist btw..</description>
		<content:encoded><![CDATA[<p>can you make option for all inventory drop.</p>
<p>because i  would like to have the detectedkey drop inventory notecards into mailbox  but only allow notecards nothing else</p>
<p>that would be a big help.</p>
<p>thanks for the  scripting assist btw..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sophie Draegonne</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-815</link>
		<dc:creator>Sophie Draegonne</dc:creator>
		<pubDate>Fri, 19 Feb 2010 00:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-815</guid>
		<description>I love this site. I actually used it as a tool to learn how to write scripts myself. Hee. Can you add a menu/dialog box option to the list? Just wondering. Thanks for taking the time to make this site!! :D</description>
		<content:encoded><![CDATA[<p>I love this site. I actually used it as a tool to learn how to write scripts myself. Hee. Can you add a menu/dialog box option to the list? Just wondering. Thanks for taking the time to make this site!! <img src='http://www.hilarymason.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumire Cyberstar</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-813</link>
		<dc:creator>Sumire Cyberstar</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-813</guid>
		<description>Thanks for the autoscripting capability, which helped me to get started. I was just born in Oct, 2009.
Could you check to see if this is a bug?
First, I selected for the scripted object to &quot;Say Something in Chat&quot; and specified for it to say &quot;Welcome!&quot;
Then I selected &quot;When someone say something&quot; and specified channel 3 to listen to the catch phrase &quot;chat&quot;. Well, here&#039;s what I got:
default
{
	state_entry() {
		llListen(3,&quot;&quot;, NULL_KEY, &quot;&quot;);
	}
	listen(integer channel, string name, key id, string message) {
		if (message == &quot;talk&quot;) {
		// speak out loud!
		llSay(0,&quot;talk&quot;);
		}
	}
}

Thanks in advance for your help!</description>
		<content:encoded><![CDATA[<p>Thanks for the autoscripting capability, which helped me to get started. I was just born in Oct, 2009.<br />
Could you check to see if this is a bug?<br />
First, I selected for the scripted object to &#8220;Say Something in Chat&#8221; and specified for it to say &#8220;Welcome!&#8221;<br />
Then I selected &#8220;When someone say something&#8221; and specified channel 3 to listen to the catch phrase &#8220;chat&#8221;. Well, here&#8217;s what I got:<br />
default<br />
{<br />
	state_entry() {<br />
		llListen(3,&#8221;", NULL_KEY, &#8220;&#8221;);<br />
	}<br />
	listen(integer channel, string name, key id, string message) {<br />
		if (message == &#8220;talk&#8221;) {<br />
		// speak out loud!<br />
		llSay(0,&#8221;talk&#8221;);<br />
		}<br />
	}<br />
}</p>
<p>Thanks in advance for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ufogenus Soulstar</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-794</link>
		<dc:creator>Ufogenus Soulstar</dc:creator>
		<pubDate>Wed, 20 Jan 2010 15:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-794</guid>
		<description>Thank you for this auto script programe, it will help me learn scripting in a hands on fassion. I can now add acctions to my SL builds, anain thank you and well done...</description>
		<content:encoded><![CDATA[<p>Thank you for this auto script programe, it will help me learn scripting in a hands on fassion. I can now add acctions to my SL builds, anain thank you and well done&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sis</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-675</link>
		<dc:creator>Sis</dc:creator>
		<pubDate>Sat, 12 Dec 2009 07:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-675</guid>
		<description>I love you!</description>
		<content:encoded><![CDATA[<p>I love you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luna</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-661</link>
		<dc:creator>Luna</dc:creator>
		<pubDate>Sat, 05 Dec 2009 07:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-661</guid>
		<description>ah ok thanks a lot :D</description>
		<content:encoded><![CDATA[<p>ah ok thanks a lot <img src='http://www.hilarymason.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hilary Mason</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-660</link>
		<dc:creator>Hilary Mason</dc:creator>
		<pubDate>Sat, 05 Dec 2009 02:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-660</guid>
		<description>Hi Luna,

That&#039;s not an error. It&#039;s been a while since I looked at the code, but I believe the script generator can&#039;t give an object to an avatar on start because there&#039;s no way to tell if an avatar will be present or which avatar to give it to, and the script generator doesn&#039;t handle conditionals or error conditions.

This kind of script should probably trigger on a touch event. :)</description>
		<content:encoded><![CDATA[<p>Hi Luna,</p>
<p>That&#8217;s not an error. It&#8217;s been a while since I looked at the code, but I believe the script generator can&#8217;t give an object to an avatar on start because there&#8217;s no way to tell if an avatar will be present or which avatar to give it to, and the script generator doesn&#8217;t handle conditionals or error conditions.</p>
<p>This kind of script should probably trigger on a touch event. <img src='http://www.hilarymason.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luna</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-659</link>
		<dc:creator>Luna</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-659</guid>
		<description>Hello first of all thanks :D
Then I got an error while trying to:
1 - Give something to an avatar
2- I would like to give a : notecard
3- As soon as the scripts start

I got this message:
Wait! You have asked for a script beyond the capabilities of this system. Please try again.

:)</description>
		<content:encoded><![CDATA[<p>Hello first of all thanks <img src='http://www.hilarymason.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Then I got an error while trying to:<br />
1 &#8211; Give something to an avatar<br />
2- I would like to give a : notecard<br />
3- As soon as the scripts start</p>
<p>I got this message:<br />
Wait! You have asked for a script beyond the capabilities of this system. Please try again.</p>
<p> <img src='http://www.hilarymason.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweed Woodget</title>
		<link>http://www.hilarymason.com/blog/autoscript-creates-lsl-scripts-without-code/comment-page-3/#comment-652</link>
		<dc:creator>Tweed Woodget</dc:creator>
		<pubDate>Thu, 26 Nov 2009 05:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/autoscript-creates-lsl-scripts-without-code/#comment-652</guid>
		<description>And by the way, Jergon you are a moron with anger issues, I used the script I asked for and it worked perfectly first time. I also took the time to read the other comments and you are the only one to have problems, so I think the stupid idiot is looking back a t you in the mirror. I think you need to grow up.</description>
		<content:encoded><![CDATA[<p>And by the way, Jergon you are a moron with anger issues, I used the script I asked for and it worked perfectly first time. I also took the time to read the other comments and you are the only one to have problems, so I think the stupid idiot is looking back a t you in the mirror. I think you need to grow up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.267 seconds -->
