<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AlieneilA+Aker</id>
	<title>Second Life Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AlieneilA+Aker"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/AlieneilA_Aker"/>
	<updated>2026-07-26T14:10:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Talk:XyzzyText&amp;diff=72443</id>
		<title>Talk:XyzzyText</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Talk:XyzzyText&amp;diff=72443"/>
		<updated>2008-06-17T02:04:52Z</updated>

		<summary type="html">&lt;p&gt;AlieneilA Aker: /* Usage for more than two lines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you make contributions to this, please note that you should license them under the MIT license by putting a disclaimer at the top like Thraxis and I have done.  Otherwise it is CC SA By and that&#039;s probably too restrictive for a tool that is intended to be this widely used.&lt;br /&gt;
&lt;br /&gt;
[[User:Gigs Taggart|Gigs Taggart]] 10:59, 29 August 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tweak for Mono (1-30) ==&lt;br /&gt;
&lt;br /&gt;
I have tested this script in Mono, and it silently failed in the function &#039;get_number_of_prims&#039;. The while loop does not work in Mono. I have change it to a working version.&lt;br /&gt;
Ruud Lathrop&lt;br /&gt;
&lt;br /&gt;
== Long page, poor intro, and um, it&#039;s slow ==&lt;br /&gt;
&lt;br /&gt;
This page seems to be written for experts and it&#039;s not too helpful for newbies to the whole xytext concept.&lt;br /&gt;
&lt;br /&gt;
I&#039;m of the opinion that the following changes should occur:&lt;br /&gt;
* Split off the 5-character code to a subpage&lt;br /&gt;
* Split off the 10-character code to a subpage&lt;br /&gt;
* Rewrite this as a purely introductory page, with images documenting just what exactly is going on here for the &amp;quot;n00bs&amp;quot;, and explain why it&#039;s being done.&lt;br /&gt;
* Have links to the subpages for the 5-char / 10-char code after the intro sections.&lt;br /&gt;
&lt;br /&gt;
[[User:Scalar Tardis|Scalar Tardis]] 00:08, 1 June 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Usage for more than two lines ==&lt;br /&gt;
&lt;br /&gt;
The quick start explains that you can add more rows, but it doesn&#039;t tell you that you need to edit the usage code for each line. Here is the usage code I&#039;m using for a 4 row with added comments... Released under MIT license&lt;br /&gt;
&lt;br /&gt;
 integer DISPLAY_STRING      = 204000; &lt;br /&gt;
 integer DISPLAY_EXTENDED    = 204001; &lt;br /&gt;
 integer REMAP_INDICES       = 204002; &lt;br /&gt;
 integer RESET_INDICES       = 204003; &lt;br /&gt;
 integer SET_FADE_OPTIONS    = 204004; &lt;br /&gt;
 integer SET_FONT_TEXTURE    = 204005; &lt;br /&gt;
 integer SET_LINE_COLOR      = 204006; &lt;br /&gt;
 integer SET_COLOR           = 204007; &lt;br /&gt;
 integer RESCAN_LINKSET      = 204008;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 integer gToggle;&lt;br /&gt;
 &lt;br /&gt;
 default&lt;br /&gt;
 {&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        llListen(0,&amp;quot;&amp;quot;,NULL_KEY,&amp;quot;&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
    }&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
    listen(integer channel,string name, key id, string message)&lt;br /&gt;
    {&lt;br /&gt;
        // If you add more than 4 rows, add additional else if statements and change the incremets accordingly.&lt;br /&gt;
        if (gToggle == 0) {&lt;br /&gt;
            ++gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;0&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        else if (gToggle == 1) {&lt;br /&gt;
            ++gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;1&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        else if (gToggle == 2) {&lt;br /&gt;
            ++gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;2&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        else {&lt;br /&gt;
            gToggle=!gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;3&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
    }&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>AlieneilA Aker</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Talk:XyzzyText&amp;diff=72442</id>
		<title>Talk:XyzzyText</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Talk:XyzzyText&amp;diff=72442"/>
		<updated>2008-06-17T01:49:45Z</updated>

		<summary type="html">&lt;p&gt;AlieneilA Aker: New section: Usage for more than two lines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you make contributions to this, please note that you should license them under the MIT license by putting a disclaimer at the top like Thraxis and I have done.  Otherwise it is CC SA By and that&#039;s probably too restrictive for a tool that is intended to be this widely used.&lt;br /&gt;
&lt;br /&gt;
[[User:Gigs Taggart|Gigs Taggart]] 10:59, 29 August 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tweak for Mono (1-30) ==&lt;br /&gt;
&lt;br /&gt;
I have tested this script in Mono, and it silently failed in the function &#039;get_number_of_prims&#039;. The while loop does not work in Mono. I have change it to a working version.&lt;br /&gt;
Ruud Lathrop&lt;br /&gt;
&lt;br /&gt;
== Long page, poor intro, and um, it&#039;s slow ==&lt;br /&gt;
&lt;br /&gt;
This page seems to be written for experts and it&#039;s not too helpful for newbies to the whole xytext concept.&lt;br /&gt;
&lt;br /&gt;
I&#039;m of the opinion that the following changes should occur:&lt;br /&gt;
* Split off the 5-character code to a subpage&lt;br /&gt;
* Split off the 10-character code to a subpage&lt;br /&gt;
* Rewrite this as a purely introductory page, with images documenting just what exactly is going on here for the &amp;quot;n00bs&amp;quot;, and explain why it&#039;s being done.&lt;br /&gt;
* Have links to the subpages for the 5-char / 10-char code after the intro sections.&lt;br /&gt;
&lt;br /&gt;
[[User:Scalar Tardis|Scalar Tardis]] 00:08, 1 June 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Usage for more than two lines ==&lt;br /&gt;
&lt;br /&gt;
The quick start explains that you can add more rows, but it doesn&#039;t tell you that you need to edit the usage code for each line. Here is the usage code I&#039;m using for a 4 row with added comments... Released under MIT license&lt;br /&gt;
&lt;br /&gt;
 integer DISPLAY_STRING      = 204000; &lt;br /&gt;
 integer DISPLAY_EXTENDED    = 204001; &lt;br /&gt;
 integer REMAP_INDICES       = 204002; &lt;br /&gt;
 integer RESET_INDICES       = 204003; &lt;br /&gt;
 integer SET_FADE_OPTIONS    = 204004; &lt;br /&gt;
 integer SET_FONT_TEXTURE    = 204005; &lt;br /&gt;
 integer SET_LINE_COLOR      = 204006; &lt;br /&gt;
 integer SET_COLOR           = 204007; &lt;br /&gt;
 integer RESCAN_LINKSET      = 204008;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 integer gToggle;&lt;br /&gt;
 &lt;br /&gt;
 default&lt;br /&gt;
 {&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        llListen(0,&amp;quot;&amp;quot;,NULL_KEY,&amp;quot;&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
    }&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
    listen(integer channel,string name, key id, string message)&lt;br /&gt;
    {&lt;br /&gt;
        // If you add more than 4 rows, add additional else if statements and change the incremets accordingly.&lt;br /&gt;
        if (gToggle == 0) {&lt;br /&gt;
            ++gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;0&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        else if (gToggle == 1) {&lt;br /&gt;
            ++gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;0&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        else if (gToggle == 2) {&lt;br /&gt;
            ++gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;0&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
        else {&lt;br /&gt;
            gToggle=!gToggle;&lt;br /&gt;
            llMessageLinked(LINK_THIS,DISPLAY_STRING,name + &amp;quot;:&amp;quot;+ message,&amp;quot;0&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
    }&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>AlieneilA Aker</name></author>
	</entry>
</feed>