As promised, we now have up the first page in the series of using .NET and XML-RPC to talk to LSL scripted objects. XML-RPC is not universally favored among LSL scripters. It tends to be slow, and you have to be careful not to overrun your posts. Our experiments indicate that you should allow 2-3 minutes between transmissions to insure that you don’t overwrite a previous one which has not been fully processed yet. We will look some better methods later when we start working with the libsecondlife .NET assembly.