<?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=Johan+Laurasia</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=Johan+Laurasia"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Johan_Laurasia"/>
	<updated>2026-06-19T03:42:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Ignored&amp;diff=675523</id>
		<title>Ignored</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Ignored&amp;diff=675523"/>
		<updated>2009-11-30T18:12:30Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Event&lt;br /&gt;
|event_id&lt;br /&gt;
|mode=request&lt;br /&gt;
|func_sleep&lt;br /&gt;
|func_energy&lt;br /&gt;
|event=ignored&lt;br /&gt;
|p1_type=key|p1_name=id|p1_desc=The agent that clicked the ignore button.&lt;br /&gt;
|p2_type=integer|p2_name=channel|p2_desc=The channel on which the dialog was opened&lt;br /&gt;
&lt;br /&gt;
|event_desc= ignored() Sent as a result of the user clicking ignored in a dialog&lt;br /&gt;
|return_text&lt;br /&gt;
|spec=Currently there is no way to tell if a dialog has been ignored. Scripts rely on timer events to decide when to stop listening on a channel. This can lead to delays for the user while a state is waiting for a timer event. Conversely it also leads to confusion when a user tries to click a button of a dialog that has stopped listening. This proposed event would go a long way towards alleviating the problem without breaking existing implementations.&lt;br /&gt;
|caveats=There is no way to tell which dialog sent the ignored event since dialogs cannot be identified. The channel number could be in use by more than one dialog. It is merely an attempt to give some useful information to the script.&lt;br /&gt;
&lt;br /&gt;
|examples=&lt;br /&gt;
&amp;lt;lsl&amp;gt;&lt;br /&gt;
integer channel = -1000;&lt;br /&gt;
integer listen_handle;&lt;br /&gt;
 &lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        listen_handle  = llListen(channel,&amp;quot;&amp;quot;, &amp;quot;&amp;quot;,&amp;quot;&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
 &lt;br /&gt;
    touch_start(integer count)&lt;br /&gt;
    {&lt;br /&gt;
        llDialog(llDetectedKey(0), &amp;quot;This is a test dialog.\n\nPlease choose one of the below options.&amp;quot;,&lt;br /&gt;
                 [&amp;quot;Yes&amp;quot;, &amp;quot;No&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;1&amp;quot;], channel);&lt;br /&gt;
    }&lt;br /&gt;
 &lt;br /&gt;
    listen(integer chan, string name, key id, string mes)&lt;br /&gt;
    {&lt;br /&gt;
        if(id == llGetOwnerKey(id))//won&#039;t listen to objects unless they aren&#039;t in the region.&lt;br /&gt;
            llSay(0,name + &amp;quot; (&amp;quot; + (string)llGetObjectDetails(id, (list)OBJECT_POS) + &amp;quot;) chose option &amp;quot; + mes);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    ignored(key id, integer c)&lt;br /&gt;
    {&lt;br /&gt;
        if(channel == c)&lt;br /&gt;
        {&lt;br /&gt;
            llListenRemove(listen_handle);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/lsl&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|related&lt;br /&gt;
|also&lt;br /&gt;
|notes=PJIRA feature request [http://jira.secondlife.com/browse/SVC-3624 SVC-3624]&lt;br /&gt;
&lt;br /&gt;
Johan Laurasia:  For Starers, wouldn&#039;t it be easier to simply return &#039;ignore&#039; (the button text) to the listen event?  Secondly, I think the entire point behind the listen event ignore button is to dismiss the dialog window without triggering the listen event.  Scripting would be easier if pushing the ignore button triggered the event, but then automatically returned and closed the listen event.  Also, the typical way of scripting around the ignore button is to set a timer event and when the timer event triggers, you close the listen there.  Therefore there is a way to sort of indirectly detect ignore being pressed.  You can&#039;t actually detect it, but you can assume (after a time limit) that ignore was pressed.  The only way I could see an ignore event being useful would be if the event returned no data, and the only valid function within that event were llListenRemove();.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=File:Johan.png&amp;diff=61028</id>
		<title>File:Johan.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=File:Johan.png&amp;diff=61028"/>
		<updated>2008-04-02T10:02:09Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61027</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61027"/>
		<updated>2008-04-02T10:01:31Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;br /&gt;
[[Image:Johan.png|thumb|Go buy a clock]]&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
... to be added soon.&lt;br /&gt;
&lt;br /&gt;
==Tips/Tricks==&lt;br /&gt;
...that I find will be here.&lt;br /&gt;
&lt;br /&gt;
==Current Projects==&lt;br /&gt;
* RC Helicopter&lt;br /&gt;
* Mayan Countdown Calander&lt;br /&gt;
* Holiday Calendar&lt;br /&gt;
* Profiler - my version of Jana&#039;s trick with my stuff added, emulates profile window.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61025</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61025"/>
		<updated>2008-04-02T09:52:52Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* Tips/tricks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
... to be added soon.&lt;br /&gt;
&lt;br /&gt;
==Tips/Tricks==&lt;br /&gt;
...that I find will be here.&lt;br /&gt;
&lt;br /&gt;
==Current Projects==&lt;br /&gt;
* RC Helicopter&lt;br /&gt;
* Mayan Countdown Calander&lt;br /&gt;
* Holiday Calendar&lt;br /&gt;
* Profiler - my version of Jana&#039;s trick with my stuff added, emulates profile window.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61024</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61024"/>
		<updated>2008-04-02T09:52:06Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* Tips/tricks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
... to be added soon.&lt;br /&gt;
&lt;br /&gt;
==Tips/tricks==&lt;br /&gt;
...that I find will be here.&lt;br /&gt;
&lt;br /&gt;
==Current Projects==&lt;br /&gt;
* RC Helicopter&lt;br /&gt;
* Mayan Countdown Calander&lt;br /&gt;
* Holiday Calendar&lt;br /&gt;
* Profiler - my version of Jana&#039;s trick with my stuff added, emulates profile window.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61023</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61023"/>
		<updated>2008-04-02T09:51:50Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
... to be added soon.&lt;br /&gt;
&lt;br /&gt;
==Tips/tricks==&lt;br /&gt;
...that I find will be here.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Current Projects==&lt;br /&gt;
* RC Helicopter&lt;br /&gt;
* Mayan Countdown Calander&lt;br /&gt;
* Holiday Calendar&lt;br /&gt;
* Profiler - my version of Jana&#039;s trick with my stuff added, emulates profile window.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61022</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61022"/>
		<updated>2008-04-02T09:51:36Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* Scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
... to be added soon.&lt;br /&gt;
&lt;br /&gt;
==Tips/tricks==&lt;br /&gt;
...that I find will be here.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Current Projects==&lt;br /&gt;
* RC Helicopter&lt;br /&gt;
* Mayan Countdown Calander&lt;br /&gt;
* Holiday Calendar&lt;br /&gt;
* Profiler - my version of Jana&#039;s trick with my stuff added, emulates profile window.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61021</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61021"/>
		<updated>2008-04-02T09:51:05Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
... to be added soon.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Tips/tricks==&lt;br /&gt;
...that I find will be here.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Current Projects==&lt;br /&gt;
* RC Helicopter&lt;br /&gt;
* Mayan Countdown Calander&lt;br /&gt;
* Holiday Calendar&lt;br /&gt;
* Profiler - my version of Jana&#039;s trick with my stuff added, emulates profile window.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61020</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61020"/>
		<updated>2008-04-02T09:50:42Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Scripts==&lt;br /&gt;
... to be added soon.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Tips/tricks==&lt;br /&gt;
...that I find will be here.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Current Projects==&lt;br /&gt;
* RC Helicopter&lt;br /&gt;
* Mayan Countdown Calander&lt;br /&gt;
* Holiday Calendar&lt;br /&gt;
* Profiler - my version of Jana&#039;s trick with my stuff added, emulates profile window.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61019</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61019"/>
		<updated>2008-04-02T09:42:52Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61018</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61018"/>
		<updated>2008-04-02T09:42:41Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61017</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61017"/>
		<updated>2008-04-02T09:40:58Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;br /&gt;
Owner/Operator ClockWerks&lt;br /&gt;
&lt;br /&gt;
You can ususally find me at my store.  Spend my time scripting, or helping out others with scripting issues.  Feel free to IM me with a scripting question.  I&#039;m no expert at this point, but I guess I&#039;m smarter than the average bear.&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61015</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61015"/>
		<updated>2008-04-02T09:38:19Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* Headline text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About==&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61014</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61014"/>
		<updated>2008-04-02T09:37:22Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: /* Headline text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Bold text&#039;&#039;&#039;About&#039;&#039;&#039;Bold text&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61013</id>
		<title>User talk:Johan Laurasia</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User_talk:Johan_Laurasia&amp;diff=61013"/>
		<updated>2008-04-02T09:36:16Z</updated>

		<summary type="html">&lt;p&gt;Johan Laurasia: New page:  == Headline text == &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039;About&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Headline text ==&lt;br /&gt;
&#039;&#039;&#039;bold&#039;&#039;&#039;About&lt;/div&gt;</summary>
		<author><name>Johan Laurasia</name></author>
	</entry>
</feed>