wondering whether the scriptor guru's know whether this is possible / a good idea / already available?
It would be great to maintain scripts on your C: drive using an appropriate editor, then click a button to have them automatically update your objects in SL
. My thoughts were that:(i) use of ANT to facilitate a TAG based approach for copying common funntions into scripts - i.e. source area never has repeated code, but when it builds (i.e. creates a new set of scripts in the build area that are the final/complete set, with the tags being populated with the common functions that they refer to) e.g. use of an ANT function such as
<filter token="<TAG:xxxx>"> value="${property.Containg.The.Desired.String}"/>
(ii) Have a deploy to SL script that takes the scripts and sends to SL via XMLRPC. The source would need to save knowledge of the various scripts which which SL objects they would need to be populated within.
(iii) There would an update object in SL near all your objects that then receives all the updated scripts, finds their target object, then updates them - I guess??

Question - Regarding (iii) is there a way in SL via LSL to update an object's script? E.g. if there were 4 scripts in a prim + 1 script to do the update function, could this latter script have a way to get the new script data and replace/update any of these 4 scripts?
Tks