<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
    <title>Re: Re: Re: Re: Re: Re: Re: Re: Untitled - pb.stoleyour.com</title>
    <description>Re: Re: Re: Re: Re: Re: Re: Re: Untitled - pb.stoleyour.com</description>
    <atom:link href="http://pb.stoleyour.com/view/rss/e5cfc844" rel="self" type="application/rss+xml" />
    <link>http://pb.stoleyour.com/</link>
    <language>en</language>
<item>
    <title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Untitled</title>
    <link>http://pb.stoleyour.com/view/9404796b</link>
    <pubDate>Fri, 26 Jul 2013 20:27:38 -0400</pubDate>
    <dc:creator>Whipped Tern</dc:creator>
    <guid isPermaLink="false">http://pb.stoleyour.com/view/9404796b</guid>
    <description><![CDATA[# Set up color dict set serverColors {&quot;Red&quot; &quot;00304&quot; &quot;Green&quot; &quot;00303&quot; &quot;Blue&quot; &quot;00302&quot;} # Build output string set output &quot;&quot; foreach world&#8230;]]></description>
    <content:encoded><![CDATA[<div class="tcl" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #808080; font-style: italic;"># Set up color dict</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff7700;font-weight:bold;">set</span> serverColors <span style="color: black;">&#123;</span><span style="color: #483d8b;">&quot;Red&quot;</span> <span style="color: #483d8b;">&quot;00304&quot;</span> <span style="color: #483d8b;">&quot;Green&quot;</span> <span style="color: #483d8b;">&quot;00303&quot;</span> <span style="color: #483d8b;">&quot;Blue&quot;</span> <span style="color: #483d8b;">&quot;00302&quot;</span><span style="color: black;">&#125;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #808080; font-style: italic;"># Build output string</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff7700;font-weight:bold;">set</span> output <span style="color: #483d8b;">&quot;&quot;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ff7700;font-weight:bold;">foreach</span> world <span style="color: #ff3333;">$worlds</span> <span style="color: black;">&#123;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;"># Get name, score, and color for this server</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">set</span> name <span style="color: black;">&#91;</span>dict get <span style="color: #ff3333;">$world</span> <span style="color: #483d8b;">&quot;name&quot;</span><span style="color: black;">&#93;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">set</span> score <span style="color: black;">&#91;</span>dict get <span style="color: #ff3333;">$world</span> <span style="color: #483d8b;">&quot;score&quot;</span><span style="color: black;">&#93;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">set</span> color <span style="color: black;">&#91;</span>dict get <span style="color: #ff3333;">$serverColors</span> <span style="color: black;">&#91;</span>dict get <span style="color: #ff3333;">$world</span> <span style="color: #483d8b;">&quot;color&quot;</span><span style="color: black;">&#93;</span><span style="color: black;">&#93;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;"># Append colorized server info</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">set</span> output <span style="color: #483d8b;">&quot;$output<span style="color: #000099; font-weight: bold;">\0</span>02<span style="color: #000099; font-weight: bold;">\$</span>color$name<span style="color: #000099; font-weight: bold;">\$</span>color<span style="color: #000099; font-weight: bold;">\0</span>02: <span style="color: #000099; font-weight: bold;">\0</span>02$score<span style="color: #000099; font-weight: bold;">\0</span>02, &quot;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: black;">&#125;</span></div></li>
</ol></div>]]></content:encoded>
</item>
</channel>
</rss>
