<?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%2FTemplate_Client</id>
		<title>User:Allen Kerensky/Myriad Lite Preview 5/Template 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%2FTemplate_Client"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/index.php?title=User:Allen_Kerensky/Myriad_Lite_Preview_5/Template_Client&amp;action=history"/>
		<updated>2026-05-15T16:19:39Z</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/Template_Client&amp;diff=27424&amp;oldid=prev</id>
		<title>Allen Kerensky: moved User:Allen Kerensky:Myriad Lite Preview 5:Template Client to User:Allen Kerensky/Myriad Lite Preview 5/Template 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/Template_Client&amp;diff=27424&amp;oldid=prev"/>
				<updated>2012-02-06T23:06:01Z</updated>
		
		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/User:Allen_Kerensky:Myriad_Lite_Preview_5:Template_Client&quot; class=&quot;mw-redirect&quot; title=&quot;User:Allen Kerensky:Myriad Lite Preview 5:Template Client&quot;&gt;User:Allen Kerensky:Myriad Lite Preview 5:Template Client&lt;/a&gt; to &lt;a href=&quot;/wiki/User:Allen_Kerensky/Myriad_Lite_Preview_5/Template_Client&quot; title=&quot;User:Allen Kerensky/Myriad Lite Preview 5/Template Client&quot;&gt;User:Allen Kerensky/Myriad Lite Preview 5/Template 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:06, 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/Template_Client&amp;diff=27255&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/Template_Client&amp;diff=27255&amp;oldid=prev"/>
				<updated>2012-02-06T20:19:57Z</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 Template Client =&lt;br /&gt;
&lt;br /&gt;
== Myriad_Lite_Template_Client-v0.0.0-20120116.lsl ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
// Myriad_Lite_Template_Client-v0.0.0-20120116.lsl&lt;br /&gt;
// Copyright (c) 2012 By Allen Kerensky (OSG/SL)&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-2012 by Allen Kerensky (OSG/SL)&lt;br /&gt;
// Baroun's Adventure Machine Copyright (c) 2008-2011 by Baroun Tardis (SL)&lt;br /&gt;
// Myriad Lite and Baroun's Adventure Machine 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;
// You must agree to the terms of this license before making any use of this software.&lt;br /&gt;
// If you do not agree to this license, simply delete these materials.&lt;br /&gt;
// There is no warranty, express or implied, for your use of these materials.&lt;br /&gt;
&lt;br /&gt;
integer dynchan;&lt;br /&gt;
default {&lt;br /&gt;
    state_entry() {&lt;br /&gt;
        llSetText(&amp;quot;Client: Templates&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_TEMPLATES&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_TEMPLATES&amp;quot;);&lt;br /&gt;
        // species first representing genetics&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Dragon Folk&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Dwarf&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Elf&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Human&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Leonine&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Magma Dweller&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Naga&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Ogre&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Robot&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Tonjala&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Vampire&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Werewolf&amp;quot;);&lt;br /&gt;
        // next backgrounds representing childhoods&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Apprentice&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Average Joe&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Cadet Driver&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Cadet Pilot&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Cadet Spacecraft Pilot&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Magician's Apprentice&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Noble Lineage&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Peasant Stock&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Rich Family (Deceitful)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Rich Family (Persuasive)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Computing)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Electronics)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Engineering)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Faith)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Geography)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (History)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Linguistics)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Medic)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Occult Law)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Robotics)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scholar (Science)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Spacer&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Street Rat&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Wastelander&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Wilderness Child (Graceful)&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Wilderness Child (Strong)&amp;quot;);        &lt;br /&gt;
        // finally careers representing current job&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Cop&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Doctor&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Healer&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Mage&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Parapsychologist&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Pilot&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Private Investigator&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Rogue&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Scientist&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Soldier&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Spaceship Pilot&amp;quot;);&lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|Warrior&amp;quot;);&lt;br /&gt;
        // bogus name to test error reporting too        &lt;br /&gt;
        llRegionSay(-999,&amp;quot;GET_TEMPLATE|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;TEMPLATE&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>