<?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%2FSkills_Client</id>
		<title>User:Allen Kerensky/Myriad Lite Preview 5/Skills 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%2FSkills_Client"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Skills_Client&amp;action=history"/>
		<updated>2026-06-11T07:11:42Z</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/Skills_Client&amp;diff=27411&amp;oldid=prev</id>
		<title>Allen Kerensky: moved User:Allen Kerensky:Myriad Lite Preview 5:Skills Client to User:Allen Kerensky/Myriad Lite Preview 5/Skills 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/Skills_Client&amp;diff=27411&amp;oldid=prev"/>
				<updated>2012-02-06T23:01:28Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/User:Allen_Kerensky:Myriad_Lite_Preview_5:Skills_Client&quot; class=&quot;mw-redirect&quot; title=&quot;User:Allen Kerensky:Myriad Lite Preview 5:Skills Client&quot;&gt;User:Allen Kerensky:Myriad Lite Preview 5:Skills Client&lt;/a&gt; to &lt;a href=&quot;/wiki/User:Allen_Kerensky/Myriad_Lite_Preview_5/Skills_Client&quot; title=&quot;User:Allen Kerensky/Myriad Lite Preview 5/Skills Client&quot;&gt;User:Allen Kerensky/Myriad Lite Preview 5/Skills 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 23:01, 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/Skills_Client&amp;diff=27236&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/Skills_Client&amp;diff=27236&amp;oldid=prev"/>
				<updated>2012-02-06T19:10:37Z</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 Skills Client =&lt;br /&gt;
&lt;br /&gt;
== Myriad_Lite_Skills_Client-v0.0.0-20111006.lsl ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
// Myriad_Lite_Skill_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: Skills&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_SKILLS&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_SKILLS&amp;quot;);    &lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Arts and Crafts&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Athletics&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Close Combat&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Deceit&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Geography&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|History&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Linguistics&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Medic&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Perception&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Persuasion&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Ranged Combat&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Stealth&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Alchemy&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Engineering&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Falconry&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Ride Land Animals&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Computing&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Drive (cars and boats)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Electronics&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Pilot (aircraft)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Science&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Astronavigation&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Cybernetics&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Pilot (spacecraft)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Robotics&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Magical Lore&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Ride Flying Animals&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Spell Casting&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Invent High-Tech Gizmo&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Psychic Powers&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Faith (any religion)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Occult Lore&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|Ritualistic Magic&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_SKILL|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;SKILL&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>