Difference between revisions of "Talk:LlTransferLindenDollars"

From Second Life Wiki
Jump to navigation Jump to search
m
(→‎Concerns: new section)
Line 4: Line 4:
<lsl>listOfTransactionRecords += [llTransferLindenDollars(id, amountGivenAwayOnClick) , id , amountGivenAwayOnClick];</lsl>
<lsl>listOfTransactionRecords += [llTransferLindenDollars(id, amountGivenAwayOnClick) , id , amountGivenAwayOnClick];</lsl>
and same a few lines after [[User:Sigma Avro|Sigma Avro]] 07:36, 11 April 2012 (PDT)
and same a few lines after [[User:Sigma Avro|Sigma Avro]] 07:36, 11 April 2012 (PDT)
== Concerns ==
I am concerned about the content of the llTransferLindenDollars page.  There should be a simple example focussing on the subject of this page. The long application-style example may have a place elsewhere on the Wiki, but here?  I'll try and produce such a sample later today, time permitting.
I'm also concerned about the comment "- because weird things happen in LSL when using more than one state".  This needs substantiation or should be removed. I am not personally aware of any "weird things happening".
Is it appropriate for example scripts in the Wiki to be annotated with author's name, or editor's name. If we need to know that, we can always look in the page history. The Wiki should not be an advertising platform, even for individuals. While on that subject, is it appropriate for any scripts on the Wiki to have copyright statements? Surely all are covered by the standard Wiki terms. Some additional (c) clauses scattered around the Wiki are surely untenable and misleading, even on people's own pages on the Wiki. [[User:Omei Qunhua|Omei Qunhua]] 02:41, 5 January 2013 (PST)

Revision as of 03:41, 5 January 2013

corrected

<lsl>listOfTransactionRecords += [llTransferLindenDollars(id, amountGivenAwayOnClick) + id + amountGivenAwayOnClick];</lsl> should be <lsl>listOfTransactionRecords += [llTransferLindenDollars(id, amountGivenAwayOnClick) , id , amountGivenAwayOnClick];</lsl> and same a few lines after Sigma Avro 07:36, 11 April 2012 (PDT)

Concerns

I am concerned about the content of the llTransferLindenDollars page. There should be a simple example focussing on the subject of this page. The long application-style example may have a place elsewhere on the Wiki, but here? I'll try and produce such a sample later today, time permitting.

I'm also concerned about the comment "- because weird things happen in LSL when using more than one state". This needs substantiation or should be removed. I am not personally aware of any "weird things happening".

Is it appropriate for example scripts in the Wiki to be annotated with author's name, or editor's name. If we need to know that, we can always look in the page history. The Wiki should not be an advertising platform, even for individuals. While on that subject, is it appropriate for any scripts on the Wiki to have copyright statements? Surely all are covered by the standard Wiki terms. Some additional (c) clauses scattered around the Wiki are surely untenable and misleading, even on people's own pages on the Wiki. Omei Qunhua 02:41, 5 January 2013 (PST)