I believe the player attribute for the carry image is player.attr[3].
So, if you did something like:
PHP Code:
//#CLIENTSIDE
function onCreated() {
player.attr[3] = "bomb.png";
replaceani("idle", "carrystill");
replaceani("walk", "carry");
}
Your player would appear to be carrying a bomb. :P