<?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%2FRegion_Settings_Client</id>
		<title>User:Allen Kerensky/Myriad Lite Preview 5/Region Settings 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%2FRegion_Settings_Client"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Region_Settings_Client&amp;action=history"/>
		<updated>2026-04-21T13:45:09Z</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/Region_Settings_Client&amp;diff=27366&amp;oldid=prev</id>
		<title>Allen Kerensky: moved User:Allen Kerensky:Myriad Lite Preview 5:Region Settings Client to User:Allen Kerensky/Myriad Lite Preview 5/Region Settings 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/Region_Settings_Client&amp;diff=27366&amp;oldid=prev"/>
				<updated>2012-02-06T22:48:56Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/User:Allen_Kerensky:Myriad_Lite_Preview_5:Region_Settings_Client&quot; class=&quot;mw-redirect&quot; title=&quot;User:Allen Kerensky:Myriad Lite Preview 5:Region Settings Client&quot;&gt;User:Allen Kerensky:Myriad Lite Preview 5:Region Settings Client&lt;/a&gt; to &lt;a href=&quot;/wiki/User:Allen_Kerensky/Myriad_Lite_Preview_5/Region_Settings_Client&quot; title=&quot;User:Allen Kerensky/Myriad Lite Preview 5/Region Settings Client&quot;&gt;User:Allen Kerensky/Myriad Lite Preview 5/Region Settings 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:48, 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/Region_Settings_Client&amp;diff=27246&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/Region_Settings_Client&amp;diff=27246&amp;oldid=prev"/>
				<updated>2012-02-06T19:41:26Z</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 Region Settings Client =&lt;br /&gt;
&lt;br /&gt;
== Myriad_Lite_Region_Settings_Client-v0.0.0-20111114.lsl ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
// Myriad_Lite_Region_Settings_Client-v0.0.0-20111114.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: Region&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_REGION_SETTINGS&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_REGION_SETTINGS&amp;quot;);    &lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|SETTINGS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|GENERATORS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|POINT_POOLS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|STATISTICS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|RESILIENCES&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|SKILLS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|GENRES&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|BOONS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|SPECIES_BOONS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|FLAWS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|SPECIES_FLAWS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|MORTAL_EFFECTS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|SOCIAL_EFFECTS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|MAGIC_EFFECTS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|VEHICLE_EFFECTS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|SPECIES&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|BACKGROUNDS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|CAREERS&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|EQUIPMENT&amp;quot;);        &lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_REGION_SETTING|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;REGION_SETTING&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>