Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Looking for remote script update solution

Valect Hax
Registered User
Join date: 27 Feb 2007
Posts: 4
03-02-2007 17:29
I need a way to update scripts via http (or otherwise?).
The closest i found was llRemoteLoadScriptPin, but that wasn't quite what I needed.
If there is a way to do this, I'd appreciate some pointers or function names.
Yumi Murakami
DoIt!AttachTheEarOfACat!
Join date: 27 Sep 2005
Posts: 6,860
03-02-2007 18:17
From: Valect Hax
I need a way to update scripts via http (or otherwise?).
The closest i found was llRemoteLoadScriptPin, but that wasn't quite what I needed.
If there is a way to do this, I'd appreciate some pointers or function names.


Unfortunately it isn't possible to update scripts via HTTP.

You could possibly have your script read some parameters from the HTTP page every time it's used, but that's about all..
Valect Hax
Registered User
Join date: 27 Feb 2007
Posts: 4
03-02-2007 18:44
From: Yumi Murakami
Unfortunately it isn't possible to update scripts via HTTP.

You could possibly have your script read some parameters from the HTTP page every time it's used, but that's about all..

What methods are there to update scripts then, if any?