Hello recently, since none of my other projects have been working out, I wanted to make a little private script that would change my avatar's colors instantly. I think I found what I'm supposed to do but the code didn't work. Here's the code
package cape
{
function serverCmdcape(%client)
{
%client.applyBodyParts();
%client.packcolor = $pref::Avatar::PackColor = "1 0 0 0.5";
}
}
activatepackage ("cape");
Help would be very much appreciated.