|
Fearsum Vellhi
Registered User
Join date: 29 Oct 2006
Posts: 19
|
02-04-2007 23:54
Trying to write a script that will override my hard-coded default values. I know that a notecard can store variables, but from what I've read, notecards can't be written to (correct me if I'm interpreting that wrong), so that information would oly last as long as the script is running.
Is there a way for a script to actually change its own code and recompile itself? Or, can anyone else suggest a way of storing the variable data so that it can be read, changed, and stored again easily? yeah, I know that LSL probably wasn't made with this type of use in mind, but I usually find that anything that has rules also has workarounds.
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
02-05-2007 01:11
From: Fearsum Vellhi Trying to write a script that will override my hard-coded default values. I know that a notecard can store variables, but from what I've read, notecards can't be written to (correct me if I'm interpreting that wrong), so that information would oly last as long as the script is running.
Is there a way for a script to actually change its own code and recompile itself? Or, can anyone else suggest a way of storing the variable data so that it can be read, changed, and stored again easily? yeah, I know that LSL probably wasn't made with this type of use in mind, but I usually find that anything that has rules also has workarounds. try this thread
|