<?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=Cynthia+Centaur</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=Cynthia+Centaur"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Cynthia_Centaur"/>
	<updated>2026-07-28T08:24:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Sailing_in_Second_Life&amp;diff=91157</id>
		<title>Sailing in Second Life</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Sailing_in_Second_Life&amp;diff=91157"/>
		<updated>2008-09-13T20:27:09Z</updated>

		<summary type="html">&lt;p&gt;Cynthia Centaur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Help|Community=*}}&lt;br /&gt;
{{vital-info|More informations needed}}&lt;br /&gt;
I have started this link and/or blog to Help us Novice Sailors in SL as to where in the SL world is the best place for Sailing.  What are the best boats? Where is the quality water for sailing?  What are the sailing resources in SL?  What is the Sailing Community in SL?  Are their and Sailing Schools?   Instructors?  Acadamies? Navies?  :-).  I have several boats (errmm &amp;quot;Vessels&amp;quot;) both powered and sailing.  But my interest lies mostly with sailing.  I spent a fortune to find a piece of land which was big enough for a house and water property for a dock for my boats.  I thought I was clever enough, by ensuring that my water opened into (or bordered) open goverment seas.   But, I have found I can only sail for a short distance before I hit the proverbial end-of-the-World.  I was hoping to Circunavigate SL and I can&#039;t even get out of my Region.  Oh well, I digress.  Any thoughts, help, or input for the Newbie Sailor?&lt;br /&gt;
&lt;br /&gt;
JaeTee Oh&lt;br /&gt;
&lt;br /&gt;
[http://www.slsailing.org slSailing.org] General Sailing Information plus forums.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.slsailing.com slSailing.com] Sailing News, reviews, blogs.&lt;br /&gt;
[http://www.secondsailing.org Sailing Wiki] A wiki with information about sailing in Second Life. Available boats, sailing areas and clubs, .... Answers some of the questions above.&lt;/div&gt;</summary>
		<author><name>Cynthia Centaur</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlGetParcelDetails&amp;diff=22974</id>
		<title>LlGetParcelDetails</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetParcelDetails&amp;diff=22974"/>
		<updated>2007-06-10T09:59:58Z</updated>

		<summary type="html">&lt;p&gt;Cynthia Centaur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Function&lt;br /&gt;
|func_id=327|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|func=llGetParcelDetails|return_type=list&lt;br /&gt;
|p1_type=vector|p1_name=pos|p1_desc=only x and y are important and to be given in region coordiantes&lt;br /&gt;
|p2_type=list|p2_name=params|p2_desc=a list of PARCEL_DETAILS_* flags.&lt;br /&gt;
|func_footnote&lt;br /&gt;
|func_desc&lt;br /&gt;
|return_text=that is the parcel details specified in &#039;&#039;&#039;params&#039;&#039;&#039; (in the same order) for the parcel at &#039;&#039;&#039;pos&#039;&#039;&#039;.&lt;br /&gt;
|spec&lt;br /&gt;
|caveats&lt;br /&gt;
|constants=&amp;lt;div id=&amp;quot;box&amp;quot;&amp;gt;&lt;br /&gt;
==Constants==&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0.5em;&amp;quot;&amp;gt;&lt;br /&gt;
{{{!}}{{Prettytable}}&lt;br /&gt;
{{!}}-{{Hl2}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;{{!}}Detail!!Meaning!!Max Length!!Return Type&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}{{LSLG|PARCEL_DETAILS_NAME}}{{!}}{{!}}0{{!}}{{!}}The name of the parcel.{{!}}{{!}}63 Characters{{!}}{{!}}{{LSLG|string}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}{{LSLG|PARCEL_DETAILS_DESC}}{{!}}{{!}}1{{!}}{{!}}The description of the parcel.{{!}}{{!}}127 Characters{{!}}{{!}}{{LSLG|string}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}{{LSLG|PARCEL_DETAILS_OWNER}}{{!}}{{!}}2{{!}}{{!}}The parcel owner&#039;s key.{{!}}{{!}}(36 Characters){{!}}{{!}}{{LSLG|key}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}{{LSLG|PARCEL_DETAILS_GROUP}}{{!}}{{!}}3{{!}}{{!}}The parcel group&#039;s key.{{!}}{{!}}(36 Characters){{!}}{{!}}{{LSLG|key}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}{{LSLG|PARCEL_DETAILS_AREA}}{{!}}{{!}}4{{!}}{{!}}The parcel&#039;s area, in sqm.{{!}}{{!}}(5 Characters){{!}}{{!}}{{LSLG|integer}}&lt;br /&gt;
{{!}}}&lt;br /&gt;
Max Lengths in parentheses represent how many characters required when it is {{LSLG|typecast}} to a string.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|examples=&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A very simple example to return the parcel details for the current parcel. Note the use of llGetPos() as opposed to llGetRegionCorner(). Using the latter will return simulator details.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
list landinforeqd = [PARCEL_DETAILS_NAME, PARCEL_DETAILS_DESC];&lt;br /&gt;
vector regionbase;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
&lt;br /&gt;
        regionbase = llGetPos();  // llGetRegionCorner();&lt;br /&gt;
&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    touch_start(integer total_number)&lt;br /&gt;
    {&lt;br /&gt;
&lt;br /&gt;
        list details = llGetParcelDetails(regionbase,landinforeqd);&lt;br /&gt;
        &lt;br /&gt;
        llSay(0, &amp;quot;Local Parcel Name:&amp;quot; + llList2String(details ,0));&lt;br /&gt;
        llSay(0, &amp;quot;Local Parcel Desc:&amp;quot; + llList2String(details ,1));&lt;br /&gt;
        &lt;br /&gt;
    }&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&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=GetParcelDetails&lt;br /&gt;
|cat1=Parcel&lt;br /&gt;
|cat2=Owner&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cynthia Centaur</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Project:Editing_Discussion/Archive_01&amp;diff=20667</id>
		<title>Project:Editing Discussion/Archive 01</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Project:Editing_Discussion/Archive_01&amp;diff=20667"/>
		<updated>2007-05-17T11:33:27Z</updated>

		<summary type="html">&lt;p&gt;Cynthia Centaur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Deletions?==&lt;br /&gt;
How does one propose a page for deletion?  I stumbled on [[LSL Teacher]] which seemed to be a part-advertisement part-forum-thread type thing that shouldn&#039;t be here.  In the meantime, I just blanked it. [[User:Celierra Darling|Celierra Darling]] 19:17, 10 February 2007 (PST)&lt;br /&gt;
:Leave a message on [[User talk:Rob Linden]].&lt;br /&gt;
:However, if you read [[User talk:Rob Linden#Pseudo-Deletion Policy]] and [[User talk:SignpostMarv Martin#Thanks.21.2Fre: redirects]], you&#039;ll notice that Linden Lab won&#039;t generally delete anything unless it creates a problem for them &amp;lt;small&amp;gt;(see [[User talk:SignpostMarv Martin#LL:Second Life Terms of Service]])&amp;lt;/small&amp;gt;- although I would imagine if the content violates the TOS/CS, then the page will likely be deleted.&lt;br /&gt;
:In this case however, I think I&#039;ve taken the most appropriate action; I&#039;ve updated [[Template:visl]] to include an &amp;quot;LSL&amp;quot; parameter, which will list the user under [[:Category:LSL Mentors|LSL Mentors]], and setup a redirect from [[LSL Teacher]] to the new category.&lt;br /&gt;
:[[User:SignpostMarv Martin|SignpostMarv Martin]] 20:40, 10 February 2007 (PST)&lt;br /&gt;
:: A redirect is the exact right way of handling the situation, since redirects are cheap and easy to do. -- [[User:Rob Linden|Rob Linden]] 22:10, 11 February 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
:::[[LSL Teacher]] should not have been blanked or redirected without discussion on it either on that page or in the LSL Portal talk page.  The page as it was origionally had content on it that was appropriate as it did list people who were available to teach LSL.  A teacher is not the same as a Mentor, and yes they may charge for their services.  There was one line on the origional page that should have been removed, as it was someone asking for help.  Not everyone who would be listed on that list would have a wiki account or would even know about whatever your [[Template:visl]] is [[User:Thraxis Epsilon|Thraxis Epsilon]] 16:07, 12 February 2007 (PST)&lt;br /&gt;
::::# It was being used as a talk page.&lt;br /&gt;
::::# It was being used as a billboard.&lt;br /&gt;
:::: Articles are not talk pages, and content specific to a Resident should be listed in their own page. &amp;lt;small&amp;gt;(see [[User talk:SignpostMarv_Martin#Resident.27s own pages in Resident.27s own user-spaces|Resident&#039;s own pages in Resident&#039;s own user-spaces]] for the basic gist of my opinion on the matter)&amp;lt;/small&amp;gt;&lt;br /&gt;
::::# There is nothing preventing Residents from creating their SL Wiki account- all they need to do is log in.&lt;br /&gt;
::::# Inclusion of the [[:Category:LSL Mentors|LSL Mentors category]] in [[Template:visl]] is only a short term measure&lt;br /&gt;
::::# Categories are easier to maintain than lists.&lt;br /&gt;
::::# [[Help talk:Getting_started_with_LSL]] would be the best place to ask for help that isn&#039;t direct to a particular person.&lt;br /&gt;
::::Any further questions ?&lt;br /&gt;
::::[[User:SignpostMarv Martin|SignpostMarv Martin]] 18:20, 12 February 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== sysop lock ==&lt;br /&gt;
&lt;br /&gt;
Any chance the sysop lock on the article could temporarily be lifted, or have a sysadmin add the trailing &amp;quot;]&amp;quot; to the link in [[Editing Guidelines#Templates]] ?&lt;br /&gt;
&amp;lt;br /&amp;gt;[[User:SignpostMarv Martin|SignpostMarv Martin]] 20:48, 10 February 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== Proposal: Sanctity of User: pages. ==&lt;br /&gt;
&lt;br /&gt;
No one other then the owner a specific User: namespace, or a Wiki Admin ( a page listing those with said rights should be available), should edit any page in another users namespace other then a Talk page. [[User:Thraxis Epsilon|Thraxis Epsilon]] 00:52, 20 February 2007 (PST)&lt;br /&gt;
:I&#039;m assuming this is a roundabout way of having me told off, since anyone familiar with Wikis already knows this.&lt;br /&gt;
:So.... should we be prevented from adding [[Template:visl]] and [[Template:llEmployee]] to the appropriate user-pages ?&lt;br /&gt;
:[[User:SignpostMarv Martin|SignpostMarv Martin]] 07:06, 20 February 2007 (PST)&lt;br /&gt;
::Short answer:   Yes&lt;br /&gt;
::Long answer: As you do not know why a user did not make use of said templates, you should not take it upon yourself to alter their pages to use said templates.  If they have not added themselves to the Categories, they may not have wished to be listed there.  If they did add themselves to the Categories, but did not feel the need to use said templates... it is not my place, nor yours, to second guess their decision and change their page.&lt;br /&gt;
::What is troubling is that you make very clear in your response that you are well aware that this shouldn&#039;t be done, yet you have repeatedly taken it upon yourself to do this very thing.  Since it has now been shown, by your actions, that this is an allowed behaviour, and as it is not explicitly noted in the Editing Guidlines as something that should not be done, it has become necessary to suggest it as a proposal, to prevent possible future abuse. [[User:Thraxis Epsilon|Thraxis Epsilon]] 09:54, 20 February 2007 (PST)&lt;br /&gt;
:::# Volunteers &amp;amp; Lindens are starting to add the templates themselves now, so the addition of the templates has paid off and I won&#039;t be doing it unless asked (Hamlet has asked me to do his user page since he&#039;s too busy to log in and do it himself).&lt;br /&gt;
:::# I&#039;ve not been adding any language template to people&#039;s pages when I know they speak a language, as it&#039;s up to them whether they want to attract the attention of the relevant international community.&lt;br /&gt;
:::# See [[User talk:SignpostMarv Martin#Resident.27s own pages in Resident.27s own user-spaces| Resident&#039;s own pages in Resident&#039;s own user-spaces ]] for the reason behind all previous user-space editing.&lt;br /&gt;
:::# Yes I&#039;m aware it looks rather suspect. Since all work has been completed on that matter, there&#039;s no need for me to be doing it any more, and I apologise for not making this clear.&lt;br /&gt;
:::Aside from me coming of as an asshole about it (although some people have followed through with the principal on their own), what&#039;re your thoughts on the &#039;&#039;&#039;&#039;&#039;Resident&#039;s own pages in Resident&#039;s own user-spaces&#039;&#039;&#039;&#039;&#039; becoming an editing guideline ? It&#039;s more centered around the idea of keeping articles under development in personal sandboxes instead of the main article-space, giving a visual and psychological queue that the article is &amp;quot;under construction&amp;quot;.&lt;br /&gt;
:::* It&#039;s a case of &amp;lt;nowiki&amp;gt;[[Marv&#039;s To-Do list]]&amp;lt;/nowiki&amp;gt; vs [[User:SignpostMarv Martin/To-Do]]&lt;br /&gt;
:::[[User:SignpostMarv Martin|SignpostMarv Martin]] 10:11, 20 February 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Use of templates==&lt;br /&gt;
The use of templates seems reasonable to me. Nice to have a list of templates availabe, that can be used.&lt;br /&gt;
Can anybody please post a short page on how to use them?&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
Cynthia Centaur&lt;/div&gt;</summary>
		<author><name>Cynthia Centaur</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlSensorRepeat&amp;diff=20666</id>
		<title>LlSensorRepeat</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlSensorRepeat&amp;diff=20666"/>
		<updated>2007-05-17T11:24:49Z</updated>

		<summary type="html">&lt;p&gt;Cynthia Centaur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Function&lt;br /&gt;
|func=llSensorRepeat&lt;br /&gt;
|sort=SensorRepeat&lt;br /&gt;
|func_id=29|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|p1_type=string|p1_name=name&lt;br /&gt;
|p2_type=key|p2_name=id&lt;br /&gt;
|p3_type=integer|p3_name=type|p3_desc=mask&lt;br /&gt;
|p4_type=float|p4_name=range&lt;br /&gt;
|p5_type=float|p5_name=arc&lt;br /&gt;
|p6_type=float|p6_name=rate&lt;br /&gt;
|func_footnote=If &#039;&#039;&#039;name&#039;&#039;&#039;, &#039;&#039;&#039;id&#039;&#039;&#039;, and/or &#039;&#039;&#039;type&#039;&#039;&#039; are empty or 0, they are ignored.&amp;lt;br/&amp;gt;If &#039;&#039;&#039;id&#039;&#039;&#039; is an invalid key or [[NULL_KEY]] it is treated as empty.&lt;br /&gt;
|func_desc=Performs a single scan for &#039;&#039;&#039;name&#039;&#039;&#039; and &#039;&#039;&#039;id&#039;&#039;&#039; with &#039;&#039;&#039;type&#039;&#039;&#039; within &#039;&#039;&#039;range&#039;&#039;&#039; meters and &#039;&#039;&#039;arc&#039;&#039;&#039; radians of forward vector and repeats every &#039;&#039;&#039;rate&#039;&#039;&#039; seconds.&lt;br /&gt;
|return_text&lt;br /&gt;
|spec&lt;br /&gt;
|caveats&lt;br /&gt;
|constants={{LSL Constants Sensor|type}}&lt;br /&gt;
|examples&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions=&lt;br /&gt;
{{LSL DefineRow||[[llSensor]]| Runs a sensor once}}&lt;br /&gt;
{{LSL DefineRow||[[llSensorRemove]]| Stops the llSensorRepeat timer}}&lt;br /&gt;
|also_events=&lt;br /&gt;
{{LSL DefineRow||[[sensor]]|Triggered when a sensor detects something}}&lt;br /&gt;
{{LSL DefineRow||[[no_sensor]]|Triggered when a sensor detects nothing}}&lt;br /&gt;
|also_articles&lt;br /&gt;
|notes=&lt;br /&gt;
{{Question: What does the parameter &#039;&#039;&#039;arcs&#039;&#039;&#039; really do. Needs (much) more explanation.}}&lt;br /&gt;
|permission&lt;br /&gt;
|negative_index&lt;br /&gt;
|cat1=Sensor&lt;br /&gt;
|cat2=Detected&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cynthia Centaur</name></author>
	</entry>
</feed>