<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/index.php?action=history&amp;feed=atom&amp;title=User%3AAllen_Kerensky%2FMyriad_Lite_Preview_5%2FFlaws_Client</id>
		<title>User:Allen Kerensky/Myriad Lite Preview 5/Flaws Client - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/index.php?action=history&amp;feed=atom&amp;title=User%3AAllen_Kerensky%2FMyriad_Lite_Preview_5%2FFlaws_Client"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Flaws_Client&amp;action=history"/>
		<updated>2026-07-04T04:27:37Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Flaws_Client&amp;diff=27387&amp;oldid=prev</id>
		<title>Allen Kerensky: moved User:Allen Kerensky:Myriad Lite Preview 5:Flaws Client to User:Allen Kerensky/Myriad Lite Preview 5/Flaws Client: move into subsite</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Flaws_Client&amp;diff=27387&amp;oldid=prev"/>
				<updated>2012-02-06T22:57:04Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/User:Allen_Kerensky:Myriad_Lite_Preview_5:Flaws_Client&quot; class=&quot;mw-redirect&quot; title=&quot;User:Allen Kerensky:Myriad Lite Preview 5:Flaws Client&quot;&gt;User:Allen Kerensky:Myriad Lite Preview 5:Flaws Client&lt;/a&gt; to &lt;a href=&quot;/wiki/User:Allen_Kerensky/Myriad_Lite_Preview_5/Flaws_Client&quot; title=&quot;User:Allen Kerensky/Myriad Lite Preview 5/Flaws Client&quot;&gt;User:Allen Kerensky/Myriad Lite Preview 5/Flaws Client&lt;/a&gt;: move into subsite&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:57, 6 February 2012&lt;/td&gt;
			&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Allen Kerensky</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Flaws_Client&amp;diff=27222&amp;oldid=prev</id>
		<title>Allen Kerensky: created</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Flaws_Client&amp;diff=27222&amp;oldid=prev"/>
				<updated>2012-02-06T18:30:12Z</updated>
		
		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Myriad Lite Flaws Client =&lt;br /&gt;
&lt;br /&gt;
== Myriad_Lite_Flaws_Client-v0.0.0-20111006.lsl ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
// Myriad_Lite_Flaw_Client-v0.0.0-20111006.lsl&lt;br /&gt;
// The Myriad RPG System was designed, written, and illustrated by Ashok Desai&lt;br /&gt;
// Myriad RPG licensed under the Creative Commons Attribution 2.0 UK: England and Wales&lt;br /&gt;
// http://creativecommons.org/licenses/by/2.0/uk/&lt;br /&gt;
// Myriad Lite software Copyright (c) 2011 by Allen Kerensky (OSG/SL)&lt;br /&gt;
// Myriad Lite licensed under the&lt;br /&gt;
// Creative Commons Attribution-Share Alike-Non-Commercial 3.0 Unported&lt;br /&gt;
// http://creativecommons.org/licenses/by-nc-sa/3.0/&lt;br /&gt;
&lt;br /&gt;
integer dynchan;&lt;br /&gt;
default {&lt;br /&gt;
    state_entry() {&lt;br /&gt;
        llSetText(&amp;quot;Client: Flaws&amp;quot;,&amp;lt;1,1,1&amp;gt;,1);&lt;br /&gt;
        dynchan = (integer)(&amp;quot;0x&amp;quot;+llGetSubString((string)llGetKey(),0,6));&lt;br /&gt;
        llListen(dynchan,&amp;quot;&amp;quot;,NULL_KEY,&amp;quot;&amp;quot;);&lt;br /&gt;
        llListen(-999,&amp;quot;&amp;quot;,NULL_KEY,&amp;quot;&amp;quot;);    &lt;br /&gt;
        llRegionSay(-999,&amp;quot;LIST_FLAWS&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    touch_start(integer touched) {&lt;br /&gt;
        touched = 0; // LSLINT&lt;br /&gt;
        llRegionSay(-999,&amp;quot;LIST_FLAWS&amp;quot;);    &lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Enemy&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Barred&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Notorious&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Unlucky&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Poor&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Bad Hearing&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Bad Scent&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Bad Taste&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Bad Vision&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Banned Skill&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Banned Boon&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Banned SFX&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Cold Blooded&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Deadly Weakness&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Slow&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Magic Susceptible&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Prejudice&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_FLAW|Xyzzy&amp;quot;);    &lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    listen(integer channel,string name,key id,string msg) {&lt;br /&gt;
        name = &amp;quot;&amp;quot;; // LSLINT&lt;br /&gt;
        id = NULL_KEY; // LSLINT&lt;br /&gt;
        if ( llSubStringIndex(msg,&amp;quot;FLAW&amp;quot;) &amp;gt;= 0 ) {&lt;br /&gt;
            llSay(PUBLIC_CHANNEL,(string)channel+&amp;quot;: &amp;quot;+msg);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Allen Kerensky</name></author>	</entry>

	</feed>