Search results

Jump to navigation Jump to search
  • |func=llDumpList2String|return_type=string|p1_type=list|p1_name=src|p2_type=string|p2_name=separato ...ma-separated formatted string with no choice over the {{LSLPT|separator}}, llDumpList2String gives you more control. This can be useful if you don't trust commas as a {
    2 KB (294 words) - 16:49, 5 July 2017
  • ...the end of {{LSLP|dest}}, then {{LSLP|src}} is appended to {{LSLP|dest}}, it will not add null entries. To avoid this, create empty elements in the lis llOwnerSay(llDumpList2String(numbers, ","));
    2 KB (268 words) - 12:15, 22 January 2015
  • Create two objects. Take the key of one object and put it into the *description* of the other object. Now put the scripts in, and aft ...hen maybe you can use it... if it doesn't, then likely you have no use for it.
    6 KB (642 words) - 08:56, 25 January 2015
  • ...ibuting content to the wiki, so if I did something wrong, feel free to fix it. gPassword = llDumpList2String(llListRandomize(slice,1),"");
    5 KB (569 words) - 08:23, 25 January 2015
  • ...tion's functionality is equivalent to <code style="white-space: nowrap;">[[llDumpList2String]]('''src''', ", ");</code><br/><br/> ...n is more or less the {{Wikipedia|Comma-separated_values|CSV}} format, but it does not conform in all its details.<br/><br/>
    2 KB (274 words) - 11:41, 22 January 2015
  • llOwnerSay("<" + llDumpList2String(my_list,"><") + ">"); llOwnerSay("<" + llDumpList2String(my_list,"><") + ">");
    5 KB (697 words) - 14:08, 22 January 2015
  • llOwnerSay(llDumpList2String(three_four, ",")); llOwnerSay(llDumpList2String(output, ","));
    3 KB (361 words) - 05:04, 16 December 2015
  • llOwnerSay(llDumpList2String(three_four, ",")); llOwnerSay(llDumpList2String(output, ","));
    5 KB (572 words) - 13:32, 22 November 2023
  • ...(A), apply script, Rez another prim (B) and put it slightly below it, link it up so B is a child and A is the root. llSay( ch, llDumpList2String( [nKey,0] + tData1, "|" ) );
    4 KB (405 words) - 02:33, 22 January 2015
  • ...o specify. Useful, for instance, for long floating text to make it tidier. It will not split words at odd places but instead look for the space in the te return llDumpList2String(laLines,"\n");
    1 KB (173 words) - 15:49, 22 January 2015
  • If {{LSLP|start}} or {{LSLP|end}} is negative, it is counted from the end list. The last element in the list is -1, the first llOwnerSay(llDumpList2String(three_four, ","));
    5 KB (709 words) - 03:17, 14 April 2024
  • This will make it go from Spanish to English. Then all you need to do is do a string replacem return llDumpList2String(llParseStringKeepNulls((str = "") + str, [search], []), replace);
    2 KB (194 words) - 20:00, 24 January 2015
  • ..._num}} does not reflect how a message was sent, there is no way to know if it was sent with a LINK_* flag or the [[llGetLinkNumber|specific link number]] ...into a string manually all at once, which avoids the comparatively slower llDumpList2String call but is not as flexible.
    4 KB (650 words) - 17:59, 5 January 2023
  • |caveats=*When using this function to typecast a list element to a string it will truncated float based types to 6 decimal places. |also_functions={{LSL DefineRow||[[llDumpList2String]]|}}
    3 KB (367 words) - 11:47, 22 January 2015
  • notify(llDumpList2String(listOfNames, ",")); ...eate a separate notifyList function which takes a list parameter and dumps it:
    6 KB (748 words) - 15:36, 25 January 2015
  • |spec=The sort order is affected by type. For strings and keys, it is case sensitive and sorts by Unicode character code.<br/> |caveats=*It uses the same unoptimized selection sort algorithm as llListSort, which is
    8 KB (1,078 words) - 06:14, 19 April 2024
  • ...ly speaking, you write a string with some format specifiers, and then send it the variables, rather than having to concatenate a bunch of strings and con Width will pad spaces if the result string doesn't fit. It doesn't crop one.
    17 KB (1,548 words) - 00:02, 31 May 2023
  • It is also very simple to input in notecards and so you can have a very generi ..."|" is not to be used because conflicting with your schema you can change it with %255, but in this way you lose the notecard serialization.
    3 KB (414 words) - 12:40, 25 January 2015
  • ...rely on [[:Category:LSL Floating Text|Floating Text]] as a storage medium; it is neither secure nor finalized. *** It can be viewed by anyone with a client that is capable of rendering text tha
    3 KB (436 words) - 16:58, 23 January 2015
  • ...s not return a clamped value, meaning an unusually bright scene will cause it to return an out-of-bounds color. (This can be fixed by clamping the value llOwnerSay(llDumpList2String(environment, ", "));
    2 KB (294 words) - 04:48, 9 August 2022
  • ...ning the runtime file will change its name for any notifications. However, it will change back as soon as the notification has been sent. (For example, f ...his product is pending a {{DuoGrid Link}}-Compatible badge. This will make it work on the Main Grid as well.
    3 KB (430 words) - 22:08, 10 June 2012
  • if(type == INVENTORY_NONE){ // if type is INVENTORY_NONE it isn't there. llOwnerSay("Inventory item found with name of notecard, but it is not a notecard");
    6 KB (698 words) - 14:58, 26 February 2015
  • ...cript are currently under development and are not yet finished. Please use it with caution and check back later for updates.}} == What it is ==
    5 KB (665 words) - 16:06, 6 December 2010
  • ...se this function with the {{Wikipedia|Comma-separated values|CSV}} format, it is ''not'' the CSV format. ...desc=This function takes a string of values separated by commas, and turns it into a list.
    4 KB (612 words) - 04:15, 4 July 2022
  • |spec=The sort order is affected by type. For strings and keys, it is case sensitive and sorts by Unicode character code.<br/> |caveats=*It uses an unoptimized selection sort algorithm, which is an algorithm with a
    7 KB (1,015 words) - 12:17, 22 January 2015
  • ...ng and/or trailing white space (spaces, tabs, and line feeds) trimmed from it. ...hether via chat or via a notecard -- it is a good idea to always full trim it:
    4 KB (531 words) - 05:44, 11 February 2024
  • * No special instructions. It operates stand alone once installed. ...orums.secondlife.com/forumdisplay.php?f=15, it is intended to stay FREE by it's author(s)
    6 KB (567 words) - 09:03, 25 January 2015
  • ...UIST-STIUF is an extension of FUIS-SIUF which is an extension of FUI-IUF). It encodes lists into strings and back into lists with care to restore the typ ...e Combat System and the functions were given the names "parse" and "dump". It wasn't until the development of {{HoverText|TLTP|Touch Link Transfer Protoc
    11 KB (1,406 words) - 15:11, 22 January 2015
  • ...keys into a message, especially when sending to a webiste. For this reason it may be beneficial to use key-compression, to reduce the size of keys. ...ressed key will typically be a little smaller than 50% the size of the key it represents.
    17 KB (2,144 words) - 01:43, 29 March 2024
  • key notecardKey; //Store the notecard's key, so we don't read it again by accident. ...{ //Check if the notecard exists in inventory, and is has been saved since it's creation (newly created notecards that are yet to be saved are assigned N
    10 KB (1,208 words) - 02:55, 17 January 2024
  • ...was left in the time to live of the dialog box (not very useful but maybe it is). <br /> The response always goes back to only the [[prim]] that request ...ialog box that won't timeout. The value must be between 5.0 and 7200.0; or it will be replaced by the default timeout. The timeout won't make a box disap
    25 KB (2,961 words) - 10:58, 25 January 2015
  • ...m will allow you to give the contents of itself to any user that clicks on it while using the preset specified client. Currently this script is setup to It shows how to use media testing to read browser headers to get the details a
    6 KB (820 words) - 10:35, 25 January 2015
  • * Thus, you can build arbitrary HTML in your LSL script and display it on the face of the prim return llDumpList2String(llParseString2List(src, [target], []), replace);
    12 KB (1,731 words) - 09:34, 29 April 2024
  • ...ices can be detected and rules for '''how''' the devices can communicate. It does '''not''' define the very content of such communications, with the exc ...ul protocol does not mean that creators of devices will be inclined to use it. Please consider this article as a draft with the intention to create a us
    32 KB (4,547 words) - 10:54, 30 December 2015
  • It has a few commands you can use: ...4 scripts on</tt> will show script count and memory if the region supports it.
    11 KB (1,002 words) - 19:58, 24 January 2015
  • ...that does not exist will not generate [[XP_ERROR_KEY_NOT_FOUND]]. Instead, it will generate a new key with the specified value, as if you had used [[llCr llUpdateKeyValue("$DB_LockedBy", llDumpList2String([llGetOwner(),llGetKey(),llGetLinkKey(!!llGetLinkNumber()),llGetRegionName(
    6 KB (660 words) - 14:03, 27 January 2020
  • ...age telling the sim is online and what channel and version the sim is now. It also displays how many restarts the sim had since the script itself was res ...message recipient (please ask if they want to), create a notecard and fill it with names or keys, one key a line.
    9 KB (968 words) - 17:38, 5 December 2023
  • string parametro_lista = llDumpList2String(mia_lista, "|"); // Converte la lista in una stringa |also_functions={{LSL DefineRow||[[llMessageLinked/it]]}}
    3 KB (403 words) - 10:57, 16 August 2012
  • ...the functions in LSL, they aren't the easiest to customize in this state, it best to use the ESL versions. return possibles + llDumpList2String((input = []) + input, possibles);
    23 KB (2,774 words) - 15:43, 22 January 2015
  • ...ld it appear or move the particle chain to a more preferable target should it become available. ...t will only run correctly in the ROOT PRIM of and object. This is because it uses an "attach" event which are not correctly handled when is child prims.
    11 KB (1,086 words) - 02:40, 11 August 2015
  • ...All functions in the library are hand optimized. To understand the logic, it is best to pull the code apart but be wary of LSL's strict order of operati ...y this version posted below by [[User:Haravikk Mistral|Haravikk Mistral]], it is much faster (under both [[LSL]] and [[Mono]]) while having identical beh
    27 KB (3,241 words) - 01:42, 6 February 2023
  • ...se of this function is to allow scripts in the same object to communicate. It triggers a [[link_message]] [[event]] with the same parameters {{LSLP|num}} ...script can hear its own linked messages if {{LSLP|link}} targets the prim it is in{{Footnote|There are four ways for a script to target itself: by [[llG
    6 KB (920 words) - 13:57, 22 January 2015
  • EDIT : Looks like the Lindens have either broken or blocked this function. It works from my browser, however from LSL I get an error page containing this EDIT : Yes you're right Darling. It seems they've blocked this access from within the world... I still wonder w
    8 KB (1,077 words) - 17:24, 24 January 2015
  • ...e need to temporarily store the notecard contents in a list before dumping it to the contents string. ...integer j=llGetListLength(multithread_fetch); // see why we pre-populated it now ? :D
    9 KB (1,145 words) - 14:58, 26 February 2015
  • ...ing|inline=*|Security|The MD4 hashing algorithm should not be used because it is too easy to generate collisions (two inputs which result in the same has ...gs in LSL are UTF-8) and the other is for Base64 Strings (you need to tell it how many bits long the data is).
    9 KB (1,073 words) - 17:17, 24 January 2015
  • If you reject everything, a script runtime error will be generated (as it makes no sense to do this). Using 0 as the filter value will accept all typ // Tell target that it has been hit.
    15 KB (1,085 words) - 11:32, 22 November 2023
  • ...otecard called (Category Theme).Fantasy and copy the data of this one into it. The 00000000-0000-0000-0000-000000000000 just means no floor drop, but hol // This script is free; you can redistribute it and/or modify it
    12 KB (1,534 words) - 19:03, 24 January 2015
  • // A negative channel is used because it elimited accidental activations // (WARNING) If set to TRUE, it is recommended to set
    30 KB (2,958 words) - 23:55, 30 May 2023
  • ...ve been using this code in more than a few projects and decided to release it here. ...ts should equal the same number of items as you declared in dictNew(). If it does not, the list will be chopped or padded with null keys. Keys are crea
    16 KB (2,093 words) - 19:21, 24 January 2015
  • ...one will sequentially send the ping messages to each of the mooring points it needs, for example for a St. Andree Cross we will ping the wrist and ankle ...ttachment detects the message corresponding to itself in the channel -8888 it will answer by the same message completed by "ok"
    25 KB (3,345 words) - 12:29, 18 January 2023
  • ...ing|inline=*|Security|The MD5 hashing algorithm should not be used because it is too easy to generate collisions (two inputs which result in the same has ...gs in LSL are UTF-8) and the other is for Base64 Strings (you need to tell it how many bits long the data is).
    12 KB (1,391 words) - 17:18, 24 January 2015
  • reportString += "http_body: " + llDumpList2String( unitParameters , ",") + "\n"; //if it made it past the error detection test, return a passed response
    17 KB (1,236 words) - 13:42, 25 January 2015
  • /////// and manages the collection and output of those reports. It should be ////////// script. It determines if the stat is in the current test group
    33 KB (2,376 words) - 13:36, 25 January 2015
  • ...ur option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty ...ects through text. This may seem trivial, but it has several advantages to it.
    23 KB (2,703 words) - 08:14, 25 January 2015
  • /////// This is the interface script that talks to the Coordinator. It should be included /////// in each TestUnit. It communicates with the TestScripts via linked message.
    17 KB (1,320 words) - 13:38, 25 January 2015
  • csvList = llDumpList2String(statValues, ","); llOwnerSay("Payouts: L$" + llDumpList2String(payouts, ",L$"));
    29 KB (2,302 words) - 09:09, 25 January 2015
  • {{LSL_Function/it string parametro_lista = llDumpList2String(mia_lista, "|"); // Converte la lista in una stringa
    6 KB (834 words) - 10:43, 15 January 2012
  • llOwnerSay(llDumpList2String(incomingMessage,"\n")); llDumpList2String(incomingMessage,"\n"));
    20 KB (1,807 words) - 10:43, 21 February 2016
  • ...istration]] shows how to obtain the URL for your HTTP service and register it externally, and how to do proper backoff and retry as an HTTP Client. llOwnerSay(llDumpList2String(incomingMessage,"\n"));
    18 KB (2,342 words) - 11:02, 29 April 2019
  • ! Who is working on it ? | [[llDumpList2String|llDumpList2String]] || [[llDumpList2String/fr|llDumpList2String]] ||- ||- ||-
    34 KB (3,514 words) - 01:46, 24 September 2010
  • ...les in a "urls" directory that store the URLs. Yea, it's pretty lame, but it works. Lol. llDumpList2String( [cchttp_reg_name]+llList2List(cchttp_dns_pending,i+2,i+3), ":" )
    14 KB (1,720 words) - 20:32, 24 January 2015
  • if(Base > 60000) return llDumpList2String(lEnc,"|"); string s = llDumpList2String(llParseString2List(llList2String(Input,x), ["-"], []), "");
    27 KB (3,254 words) - 19:24, 24 January 2015
  • Second generation of my prim text renderer. It's meant to be easy, compact, efficient and high performance. ...ly more bloated but with richer options, with Icons and Unit measurements. It is extended to move away from static reading display and towards a very ric
    21 KB (2,098 words) - 08:49, 26 September 2011
  • This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
    62 KB (5,824 words) - 16:10, 7 April 2022
  • A negative {{LSLP|status_code}} is an [[#error_code|error code]], otherwise it is the number of hits (and strides) returned. ...ay]] will not detect a prim if the line starts inside the prim. This makes it safe to use the prim position as the start location.
    15 KB (2,230 words) - 09:48, 5 November 2023
  • ...] <font color=#b5005a><b>Leonel Iceghost</b><nowiki>: they are saying that it is all your fault</nowiki></font> [09:03] <font color=#b500b5><b>Vincent Nacon</b><nowiki>: not that it's implied</nowiki></font>
    40 KB (6,086 words) - 10:58, 10 January 2012
  • // anyone before it automatically powers down. Set to '0' to disable the auto-off function //although fondly calling it a 'ShoutOut', it actually makes more sense to keep within the 20m range of llSay
    24 KB (2,558 words) - 08:43, 25 January 2015
  • llDumpList2String(llDeleteSubList(tokens, 0, 5), ":") // Store a style string in a variable and use it.
    9 KB (1,265 words) - 01:48, 8 April 2015
  • ...es several concepts of advanced LSL programming, as a translation service, it relies upon the Google Translation Service API, which, at the time of posti ...f language code. Should only automatically change the avatar's language if it is reliably predicted that they have changed languages.
    52 KB (4,273 words) - 17:17, 9 February 2023
  • ...McAndrews' voluntueered as new maintainer. I hope the MLPv2 team will pick it up. //animname+index is key to both real animation name and it's position.
    84 KB (8,635 words) - 04:29, 11 February 2015
  • The Scripts for the holodeck may look complex but once you have done it correctly everything is very simple to use. Building and setup are similar // This file is free software; you can redistribute it and/or modify
    62 KB (7,175 words) - 21:37, 24 January 2015
  • /* Make an increase size by +200% until the script says it fails. */ if( llDumpList2String( llList2List( lElem, 0, -2 ), " " ) !=
    30 KB (2,284 words) - 08:50, 25 January 2015
  • ...of the [[AES LSL Implementation|LSL AES Engine]] by [[Haravikk Mistral]]. It allows a developer to generate an optimised AES Engine using [http://en.wik With this amount of free-memory it is possible to integrate AES directly into a script, without the use of a b
    73 KB (7,489 words) - 11:14, 25 January 2015
  • *# If it rezzes to the ground then the legacy object updater works. # Verify that you are charged L$17 to upload it
    31 KB (4,975 words) - 14:51, 21 March 2018
  • "It's 10 o'clock." <lsl>string myTrimmedText = llDumpList2String(llParseString2List(src, [" "], []), " ");</lsl>
    17 KB (765 words) - 00:27, 9 June 2013
  • ;; ; This software has been given to the PUBLIC DOMAIN. Use it as you see ;; thorougly, but it works well enough for me. If you have any
    26 KB (3,070 words) - 12:08, 5 January 2014
  • '''OK, so this page is massively out of date - I'm starting to fix it''' ...™. In addition to providing the interface between in-world furniture/toys, it implements some extensions to the RLV specs that allow for identification o
    68 KB (7,752 words) - 18:25, 3 June 2021
  • ...amp;</code> will have to be escaped as <code>&amp;amp;</code> when putting it in the list of items for the operator syntax. <item>llDumpList2String</item>
    50 KB (5,120 words) - 08:53, 20 May 2015
  • <p>llDialog(who, "This chats so you can hear it.", ["Hooray"], 0);</p> <p><b>A.42. llDumpList2String</b></p>
    234 KB (14,519 words) - 08:25, 8 June 2013