# $clothing_image !! get the image for clothing !! ARGS 0 - clothing group name !! ARGS 1 - clothing index if $ARGS[0] = 'vatnik':$RESULT = 'images/clothes/vatnik.jpg' if $ARGS[0] = 'sforma':$RESULT = 'images/clothes/newclo/131.jpg' if $ARGS[0] = 'jeans':$RESULT = 'images/clothes/jeans<>.jpg' if $ARGS[0] = 'yoga':$RESULT = 'images/clothes/yoga<>.jpg' if $ARGS[0] = 'sarafan':$RESULT = 'images/clothes/sarafan<>.jpg' if $ARGS[0] = 'short':$RESULT = 'images/clothes/short<>.jpg' if $ARGS[0] = 'skirt':$RESULT = 'images/clothes/skirt<>.jpg' if $ARGS[0] = 'dress':$RESULT = 'images/clothes/dress<>.jpg' if $ARGS[0] = 'profi':$RESULT = 'images/clothes/profi<>.jpg' if $ARGS[0] = 'pants':$RESULT = 'images/clothes/pants<>.jpg' if $ARGS[0] = 'latex':$RESULT = 'images/clothes/latex<>.jpg' if $ARGS[0] = 'hooker':$RESULT = 'images/clothes/hooker<>.jpg' if $ARGS[0] = 'odekis':$RESULT = 'images/clothes/k<>.jpg' if $ARGS[0] = 'newclo':$RESULT = 'images/clothes/newclo/<>.jpg' if $ARGS[0] = 'ero':$RESULT = 'images/img/dress/ero<>.jpg' end --- $clothing_image ---------------------------------