Questions tagged [linden-scripting-language]

Linden Scripting Language, or LSL, is the programming language used in the game Second Life.

Linden Scripting Language, or LSL, is the programming language used in the game Second Life.

68 questions
0
votes
1 answer

regex array multiple parentheses

Hello I have api function which is basically text in my database here are the functions I use alpha(integer link, integer face, float alpha); color(integer link, integer face, vector color, float alpha); description(integer link, string…
0
votes
1 answer

Linden Scripting Language Post to PHP

When I send a request from a Linden Scripting Language script to PHP with LlHTTPRequest I don’t get the values in PHP: Example: ( LSL ) if(group_invite == "yes") { list agents = llParseString2List(this_agent_name, [" "], []); string params…
0
votes
3 answers

Change Parameter of a specific object in LSL

My question is how can I change parameters from a specific object in LSL. Is there any function to reference a Key (or UUID)? To be more clear, I want to use a function like llSetPrimitiveParams but with a specific reference on a Key (UUID) on my…
Menelaos Kotsollaris
  • 5,776
  • 9
  • 54
  • 68
0
votes
1 answer

Matlab Variables in LSL script

I have Matlab code with variable (value varies frequently, say 10 times/Sec) and I want to use that variable's value in second life script i.e. LSL Script. I read somewhere to do this with HTTPRequest/Response methods, but my Matlab code is…
kAmol
  • 1,297
  • 1
  • 18
  • 29
0
votes
1 answer

Selecting a row based on multiple column values?

I'm working on a little system for SecondLife which involves a bit of heavy use of databases & I've run into a problem I can't for the life of me solve. I'm trying to run a query that selects an entire row based on two different column values. I'm…
Martin
  • 40
  • 5
-1
votes
2 answers

Click a button in second life menu automatically

i recently started to play Second Life and I would like to know if there is a way to write a program outside of SL viewer that allow to click on sl menu's button automatically.
-1
votes
1 answer

Dichotomy to find unkown number with success/fail instead of more or less

I'm trying to translate a program from Python to LSL (SecondLife scripting) to find a number I can't access from functions. This number is my linden balance (the money in game.) The only way I can determinate that amount from my script is by…
B.T
  • 521
  • 1
  • 7
  • 26
-1
votes
2 answers

Virtual environment development tool

I have to build a virtual environment for my "Virtual Reality" class like second life but not complicated as it is. I will use it to examine the effect of virtual environment in social life of handicaps and/or old people. So i need to build a…
1 2 3 4
5