Avatar_Upload(var/T as text)
winset(src,"profile.avatar","image=\ref[fcopy_rsc(T)]")
alert(src,"You have successfully uploaded your avatar.")
I know I am doing this wrong first off. I don't quite understand how to get an image from a link and have it copied to the cache. Any help please, is appreciated.
If you want to fetch something from a URL, you will need to use world.Export().