<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>The Official LlamaSlayers Forum &#187; Topic: Wround Wrobin Writing</title>
		<link>http://forums.llamaslayers.net/topic/wround-wrobin-writing</link>
		<description>Just another awesome bbPress community</description>
		<language>en-US</language>
		<pubDate>Sat, 31 Jul 2010 13:00:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.llamaslayers.net/search.php</link>
		</textInput>
		<atom:link href="http://forums.llamaslayers.net/rss/topic/wround-wrobin-writing" rel="self" type="application/rss+xml" />

		<item>
			<title>B on "Wround Wrobin Writing"</title>
			<link>http://forums.llamaslayers.net/topic/wround-wrobin-writing#post-7888</link>
			<pubDate>Mon, 27 Apr 2009 13:00:38 +0000</pubDate>
			<dc:creator>B</dc:creator>
			<guid isPermaLink="false">7888@http://forums.llamaslayers.net/</guid>
			<description>&#60;p&#62;This is the new standard-form school-use round robin:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;No killing off other people's characters&#60;/li&#62;
&#60;li&#62;Try to make your post within 60 seconds, and refine it afterward&#60;/li&#62;
&#60;li&#62;No abrupt changes of the main theme&#60;/li&#62;
&#60;li&#62;Has to follow some sort of plot.&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Okay. No minimum number of sentences, only a maximum time, to keep posts from running on and on and on.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//The round robin starts here.
STR
sl-library -inc forum-sl -inc
list post
{
    string text;
    FORMAT = standardl.FRM-tbC;
}
list thread
{
    accept &#38;quot;post&#38;quot;
    accept(post) = thread += (FORMAT + (new)post.text + FORMAT)
    update(void) = SCREEN CLEAR(thread) PRINTINF(thread);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hello, and welcome to Express Wrobin Postage Facilities. If you have any questions, this answering machine will look up your search as put into the standard input device.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;while(!topic.closed)
{
    foreach(SUBMISSION)
    {
        if(ACCEPTABLE)
            proceed;
        else
            DEFAULT STOP;
        temp post p;
        p.text = SUBMISSION&#38;gt;TEXT;
        thread current;
        current.accept(p);
        current.update();
    }
}
ENDPR&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
