<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=User_talk%3AMyst_Leissa</id>
	<title>User talk:Myst Leissa - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=User_talk%3AMyst_Leissa"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Myst_Leissa&amp;action=history"/>
	<updated>2026-06-02T22:52:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Myst_Leissa&amp;diff=1191715&amp;oldid=prev</id>
		<title>Myst Leissa: Intro?</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Myst_Leissa&amp;diff=1191715&amp;oldid=prev"/>
		<updated>2014-07-04T04:42:40Z</updated>

		<summary type="html">&lt;p&gt;Intro?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Question: What is a haiku? I&amp;#039;m so lost with these wiki things, I feel like I&amp;#039;m learning JScript for the first time again, even the transition to LSL wasn&amp;#039;t *this* confusing. I wonder if I&amp;#039;m even using this page right? So a user talk page is supposed to be &amp;quot;How to improve the user&amp;quot;? Or am I misinterpreting the guidelines? Way I&amp;#039;m reading it the guidelines seem to leave an awful grey zone on one&amp;#039;s own talk page, it makes some noise about not editing other users talk pages but it specifies &amp;quot;others&amp;quot; so I Don&amp;#039;t know anyway here let&amp;#039;s try some LSL to get my mind clear &lt;br /&gt;
&amp;lt;lsl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Random Color Generator with Touch Return as Hovertext&lt;br /&gt;
// Author: Myst Leissa&lt;br /&gt;
// Notes: Probably not Even worth mentioning this script in the real world, it&amp;#039;s completely barbaric.&lt;br /&gt;
&lt;br /&gt;
vector RClr() {&lt;br /&gt;
  return &amp;lt; llFrand(1.0), llFrand(1.0), llFrand(1.0) &amp;gt;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
default &lt;br /&gt;
{&lt;br /&gt;
   state_entry()&lt;br /&gt;
   {&lt;br /&gt;
      llSetTimerEvent(0.1);&lt;br /&gt;
   }&lt;br /&gt;
   timer() {&lt;br /&gt;
     llSetColor(RClr(),ALL_SIDES);&lt;br /&gt;
   }&lt;br /&gt;
   touch_start(integer tnum) {&lt;br /&gt;
     llSetText(llGetColor(ALL_SIDES),&amp;lt;1,1,1&amp;gt;,1);&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/lsl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Damn it was so much easier with the editor than in this backwards website.&lt;br /&gt;
[[User:Myst Leissa|Myst Leissa]] 21:42, 3 July 2014 (PDT)&lt;/div&gt;</summary>
		<author><name>Myst Leissa</name></author>
	</entry>
</feed>