# $clothing_image !! get the image for clothing !! ARGS 0 - clothing group name !! ARGS 1 - clothing index if $ARGS[0] = 'cheap': $RESULT = 'images/pc/clothing/1cheap/<>.jpg' elseif $ARGS[0] = 'average': $RESULT = 'images/pc/clothing/2average/<>.jpg' elseif $ARGS[0] = 'expensive': $RESULT = 'images/pc/clothing/3expensive/<>.jpg' elseif $ARGS[0] = 'formal': $RESULT = 'images/pc/clothing/4formal/<>.jpg' elseif $ARGS[0] = 'office': $RESULT = 'images/pc/clothing/5office/<>.jpg' elseif $ARGS[0] = 'school': $RESULT = 'images/pc/clothing/6school/<>.jpg' elseif $ARGS[0] = 'exercise': $RESULT = 'images/pc/clothing/7exercise/<>.jpg' elseif $ARGS[0] = 'fetish': $RESULT = 'images/pc/clothing/8fetish/<>.jpg' elseif $ARGS[0] = 'exhibit': $RESULT = 'images/pc/clothing/9exhibit/<>.jpg' elseif $ARGS[0] = 'uniform': $RESULT = 'images/pc/clothing/10uniform/<>.jpg' elseif $ARGS[0] = 'coat': $RESULT = 'images/pc/clothing/11coat/<>.jpg' elseif $ARGS[0] = 'swimwear': $RESULT = 'images/pc/clothing/12swimwear/<>.jpg' elseif $ARGS[0] = 'burlesque': $RESULT = 'images/pc/clothing/13burlesque/<>.jpg' elseif $ARGS[0] = 'alternative': $RESULT = 'images/pc/clothing/14alternative/<>.jpg' end --- $clothing_image ---------------------------------