# $shoe_image !! get the image for clothing !! ARGS 0 - clothing group name !! ARGS 1 - clothing index if $ARGS[0] = 'moncheri': $RESULT = 'images/pc/items/moncheri/shoes/<>.jpg' elseif $ARGS[0] = 'cats': $RESULT = 'images/pc/items/cats/shoes/<>.jpg' elseif $ARGS[0] = 'bomba': $RESULT = 'images/pc/items/bomba/shoes/<>.jpg' elseif $ARGS[0] = 'dolls': $RESULT = 'images/pc/items/dolls/shoes/<>.jpg' elseif $ARGS[0] = 'eroto': $RESULT = 'images/pc/items/eroto/shoes/<>.jpg' elseif $ARGS[0] = 'scandalicious': $RESULT = 'images/pc/items/scandalicious/shoes/<>.jpg' elseif $ARGS[0] = 'gm': $RESULT = 'images/pc/items/gm/shoes/<>.jpg' elseif $ARGS[0] = 'danilovich': $RESULT = 'images/pc/items/danilovich/shoes/<>.jpg' end --- $shoe_image ---------------------------------