<?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=Totally+Unsustainable</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=Totally+Unsustainable"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Totally_Unsustainable"/>
	<updated>2026-06-10T00:33:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlDetectedLinkNumber&amp;diff=29815</id>
		<title>LlDetectedLinkNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlDetectedLinkNumber&amp;diff=29815"/>
		<updated>2007-08-31T02:28:34Z</updated>

		<summary type="html">&lt;p&gt;Totally Unsustainable: added example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Function/negative_index|false|number}}{{LSL_Function&lt;br /&gt;
|func_id=40|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|func=llDetectedLinkNumber&lt;br /&gt;
|return_type=integer&lt;br /&gt;
|p1_type=integer|p1_name=number&lt;br /&gt;
|func_footnote=For {{LSLGC|Touch|touch}} and {{LSLGC|Collision|collision}} categories of events only.&lt;br /&gt;
|func_desc&lt;br /&gt;
|return_text=that is the link number of the triggered event. If not supported by the event, returns zero.&lt;br /&gt;
|spec&lt;br /&gt;
|caveats=*Will not work reliably with [[llVolumeDetect]].&lt;br /&gt;
|constants&lt;br /&gt;
|examples=&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch_start(integer num_detected)&lt;br /&gt;
    {&lt;br /&gt;
        integer i = 0;&lt;br /&gt;
        for(; i&amp;lt;num_detected; ++i)&lt;br /&gt;
            llWhisper(0, &amp;quot;Link number clicked: &amp;quot; + (string)llDetectedLinkNumber(i));&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions&lt;br /&gt;
|also_events={{LSL DefineRow||[[touch_start]]|}}&lt;br /&gt;
{{LSL DefineRow||[[touch]]|}}&lt;br /&gt;
{{LSL DefineRow||[[touch_end]]|}}&lt;br /&gt;
{{LSL DefineRow||[[collision_start]]|}}&lt;br /&gt;
{{LSL DefineRow||[[collision]]|}}&lt;br /&gt;
{{LSL DefineRow||[[collision_end]]|}}&lt;br /&gt;
|also_articles={{LSL DefineRow||{{LSLGC|Detected}}|}}&lt;br /&gt;
|notes&lt;br /&gt;
|cat1=Link&lt;br /&gt;
|cat2&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;br /&gt;
{{LSLC|Detected|linkNumber}}&lt;/div&gt;</summary>
		<author><name>Totally Unsustainable</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlResetScript&amp;diff=29814</id>
		<title>LlResetScript</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlResetScript&amp;diff=29814"/>
		<updated>2007-08-31T02:21:49Z</updated>

		<summary type="html">&lt;p&gt;Totally Unsustainable: added example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Function&lt;br /&gt;
|func_id=163|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|func=llResetScript&lt;br /&gt;
|func_footnote=On script reset...&lt;br /&gt;
*The current event/function is exited without further execution or return.&lt;br /&gt;
*All global variables are set to their defaults&lt;br /&gt;
*The event queue is cleared.&lt;br /&gt;
*The [[default]] state is set as the active state&lt;br /&gt;
**If it has a [[state_entry]] event, then it is queued.&lt;br /&gt;
|func_desc=Resets the script.&lt;br /&gt;
|return_text&lt;br /&gt;
|spec&lt;br /&gt;
|caveats&lt;br /&gt;
|constants&lt;br /&gt;
|examples=&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        // Script initialization here&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    on_rez(integer start_param)&lt;br /&gt;
    {&lt;br /&gt;
        // Reset script when the object is rezzed&lt;br /&gt;
        llResetScript();&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions=*{{LSLG|llResetOtherScript}}&lt;br /&gt;
|also_events&lt;br /&gt;
|also_tests&lt;br /&gt;
|also_articles&lt;br /&gt;
|notes&lt;br /&gt;
|permission&lt;br /&gt;
|negative_index&lt;br /&gt;
|sort=ResetScript&lt;br /&gt;
|cat1=Script&lt;br /&gt;
|cat2&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Totally Unsustainable</name></author>
	</entry>
</feed>