|
Rock Ryder
Registered User
Join date: 6 Oct 2006
Posts: 384
|
12-05-2007 10:37
Hi guys,
I see it often emphasised that it is NOT possible in LSL to create, or write to, a notecard. OK, but is it possible to create, or write to, a script? I am not talking about passing a variable to a script, but actually writing something like '// Hey Joe!' to the first line in a script.
TIA
Rock
|
|
Meade Paravane
Hedgehog
Join date: 21 Nov 2006
Posts: 4,845
|
12-05-2007 10:40
Nope.. Sorry.
_____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!! - Go here: http://jira.secondlife.com/browse/SVC-1224- If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left
|
|
MadamG Zagato
means business
Join date: 17 Sep 2005
Posts: 1,402
|
12-05-2007 11:04
No, you are restricted to variables and lists. You can write to those, but you will not be able to open the script and see the values you set in the script. They remain forever in the galaxy of cyberspace until they are cleared.
~Maddy
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-05-2007 12:24
about the only thing you can write to are name and description fields, which can be read by scripts, but only allow so much info per prim in the form of strings (for those 2 variables) lslwiki has an article about overloading these fields in the hacks section. it's not a notecard, but it's as close as you're likely to get inworld. (the other option is offworld storage via http or rpc)
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|