Projects » Show profile image on an object

Testet on OpenSim Version > 0.9.0.
HG must be enable to work.
Added by: Gubbly
Last Update: 7 years ago
Project Category: Utilities
👍 1 like

Code

File name Added By Last Updated Actions
ProfileImage.lsl Gubbly 7 years ago View


Comments

Correction for Valorians' correction (which is a fudge for the editor):

replace:
list _serverData = llParseString2List(body, ["\":\"", "\",\"","}}",'"'], []); //"

with:
list _serverData = llParseString2List(body, ["\":\"", "\",\"","}}","\""], []);
like(0)
For it to work, change line ~50 from
list _serverData = llParseString2List(body, ["\":\"", "\",\""], []);
to
list _serverData = llParseString2List(body, ["\":\"", "\",\"","}}",'"'], []); //"
like(0)
Work fine so cool hehe thank you for post Gubbly :-)
like(0)
why put scripts that don't work?
like(0)