<?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: LSL: Notecard Selector</title>
	<atom:link href="http://www.hilarymason.com/blog/lsl-notecard-selector/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hilarymason.com/blog/lsl-notecard-selector/</link>
	<description>Data scientist and hacker. I &#60;3 data and cheeseburgers.</description>
	<lastBuildDate>Sun, 29 Jan 2012 11:21:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-210</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 05 Aug 2010 00:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-210</guid>
		<description>Wanted to know if theres a way to show more than 12 objects, So it would go to another page?

Thanks Great script &lt;3</description>
		<content:encoded><![CDATA[<p>Wanted to know if theres a way to show more than 12 objects, So it would go to another page?</p>
<p>Thanks Great script &lt;3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ren</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-209</link>
		<dc:creator>Ren</dc:creator>
		<pubDate>Thu, 12 Feb 2009 08:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-209</guid>
		<description>Dear Hilary,
I just wanted to say: thank you so much for your generosity in writing and sharing this script.</description>
		<content:encoded><![CDATA[<p>Dear Hilary,<br />
I just wanted to say: thank you so much for your generosity in writing and sharing this script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markle Marksman</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-208</link>
		<dc:creator>Markle Marksman</dc:creator>
		<pubDate>Thu, 29 Jan 2009 19:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-208</guid>
		<description>Thanks Hilary. I have been bouncing around SL for over a year now and just getting serious about writing LSL scripts. Thanks for taking the time to share this.
Best regards .......</description>
		<content:encoded><![CDATA[<p>Thanks Hilary. I have been bouncing around SL for over a year now and just getting serious about writing LSL scripts. Thanks for taking the time to share this.<br />
Best regards &#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Noakes</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-207</link>
		<dc:creator>Nick Noakes</dc:creator>
		<pubDate>Sun, 07 Sep 2008 06:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-207</guid>
		<description>Hilary

I keep getting a syntax error at line 23 when saving the script: i.e. for the line beginning notecards

          for(i=0;i
notecards = (notecards=[]) + notecards + [llGetInventoryName(INVENTORY_NOTECARD,i)];

Any ideas what I&#039;m doing wrong?

Thanks

Nick</description>
		<content:encoded><![CDATA[<p>Hilary</p>
<p>I keep getting a syntax error at line 23 when saving the script: i.e. for the line beginning notecards</p>
<p>          for(i=0;i<br />
notecards = (notecards=[]) + notecards + [llGetInventoryName(INVENTORY_NOTECARD,i)];</p>
<p>Any ideas what I&#8217;m doing wrong?</p>
<p>Thanks</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notfrom Luxemburg</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-206</link>
		<dc:creator>Notfrom Luxemburg</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-206</guid>
		<description>Ah, figured it out. The titles of all notecards together cant be longer then 24 chars.</description>
		<content:encoded><![CDATA[<p>Ah, figured it out. The titles of all notecards together cant be longer then 24 chars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notfrom Luxemburg</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-205</link>
		<dc:creator>Notfrom Luxemburg</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-205</guid>
		<description>It gives me the following error:

Object: llDialog: button labels must be 24 or fewer characters long

I figured it was the crazy characters used in some of the notecards, but changing that did not help.</description>
		<content:encoded><![CDATA[<p>It gives me the following error:</p>
<p>Object: llDialog: button labels must be 24 or fewer characters long</p>
<p>I figured it was the crazy characters used in some of the notecards, but changing that did not help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PrinceLot</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-204</link>
		<dc:creator>PrinceLot</dc:creator>
		<pubDate>Mon, 21 Jul 2008 03:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-204</guid>
		<description>Re edit this post with a working one telling people to fix it kind of annoying. and i did the changes noted but still got errors.</description>
		<content:encoded><![CDATA[<p>Re edit this post with a working one telling people to fix it kind of annoying. and i did the changes noted but still got errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-203</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 20 Jul 2008 15:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-203</guid>
		<description>I got it to compile correctly, place 3 notecards but it doesn&#039;t do anything on the TOUCH_START event.  No Dialog pops up.</description>
		<content:encoded><![CDATA[<p>I got it to compile correctly, place 3 notecards but it doesn&#8217;t do anything on the TOUCH_START event.  No Dialog pops up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hilary</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-202</link>
		<dc:creator>Hilary</dc:creator>
		<pubDate>Sat, 28 Jun 2008 20:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-202</guid>
		<description>Hi DJ,

Did you see the note above about the double-quotes?

If you&#039;re still getting an error, please comment back and let me know what it is.

Best,

Hilary</description>
		<content:encoded><![CDATA[<p>Hi DJ,</p>
<p>Did you see the note above about the double-quotes?</p>
<p>If you&#8217;re still getting an error, please comment back and let me know what it is.</p>
<p>Best,</p>
<p>Hilary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djmurray</title>
		<link>http://www.hilarymason.com/blog/lsl-notecard-selector/#comment-199</link>
		<dc:creator>djmurray</dc:creator>
		<pubDate>Tue, 29 Apr 2008 21:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.3greeneggs.com/wp/secondlife/lsl-notecard-selector/#comment-199</guid>
		<description>eh  im getting errors can  someone help?</description>
		<content:encoded><![CDATA[<p>eh  im getting errors can  someone help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

