Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Writing Notecard from Scripts Clarification

Matthias Zander
...me?
Join date: 2 May 2004
Posts: 109
04-11-2006 23:26
In response to a post made by Starax, Phoenix posted:

From: someone
For much the same reason we cannot write to or create notecards from scripts, there is no plan to allow attachments to save themselves into central persistent storage. Anything that has a large dependence on lots of dynamically changing global state will either need to centralize that functionality in an SL script running in a safe place or externally on a remote server.

Currently, the easiest way to do this is through llEmail. The new HTTP API we are currently testing will ease this.


However, during last week's audio town hall, Philip very clearly stated that writing to/creating notecards was being investigated and would be implimented with object-to-object communication. This leaves me assuming that the case is one of two things: 1) Philip was confused about what was involved here, and was incorrect, or 2) Object-to-object communication is also being deemed impossible, and a feature that was promised for 1.7 will not be released, period. Would it be possible to get some clarification on this?

Also, I would like to point out that llEmail isn't exactly a viable option because of the huge 20 second delay that it puts in the script. That really puts a downer in the logic for this, Phoenix.
_____________________
Kelly Linden
Linden Developer
Join date: 29 Mar 2004
Posts: 896
04-12-2006 07:51
Notecard creation is not currently a possibility because every notecard create and every notecard edit would require a new asset. This would be simply too much asset system load.

What Philip probably meant is that the issue of data storage for scripts, which is a primary reason lsl notecard editing is requested, will be handled with object to object communication and other features. It should not be an indication that object to object communication is dependant in any way on notecard editing: it is not.

There are ways around the 20 second delay for llEmail, however the new http out lsl methods in internal testing should make that moot and will make communication out of lsl much easier.
_____________________
- Kelly Linden