For adding attr's I would just make a gani with images (don't edit anything),
then save the file (remember .gani at end), close graal shop, go to gani folder,
look for the gani you saved.
When you've found it, copy it too desktop (not necessary),
open it with notepad, find the lines with like SPRITE ## and look for the
image file you used, replace them with ATTR#, f.ex. ATTR4.
When you've done that, go further down, where you see something like,
DEFAULTPARAM1 hat0.png or something, write in
HTML Code:
DEFAULTATTR# the image file you used.
for example: DEFAULTATTR4 hat0.png
Now you can use the gani online, but has no image..
That you can fix with a simple script, for example
PHP Code:
//#CLIENTSIDE
function onCreated() {
player.attr[4] = "hat43.png";
setani("gani name here", NULL);
}
// example
I thought it was something like this you wanted to do?