# $clothing_image !! get the image for clothing !! ARGS 0 - clothing group name !! ARGS 1 - clothing index if $ARGS[0] = 'cheap': $RESULT = 'images/Clothing/1cheap/Cheap<>.jpg' elseif $ARGS[0] = 'average': $RESULT = 'images/Clothing/2average/Average<>.jpg' elseif $ARGS[0] = 'expensive': $RESULT = 'images/Clothing/3expensive/Expensive<>.jpg' elseif $ARGS[0] = 'formal': $RESULT = 'images/Clothing/4formal/Formal<>.jpg' elseif $ARGS[0] = 'office': $RESULT = 'images/Clothing/5office/Office<>.jpg' elseif $ARGS[0] = 'school': $RESULT = 'images/Clothing/6school/School<>.jpg' elseif $ARGS[0] = 'exercise': $RESULT = 'images/Clothing/7exercise/Exercise<>.jpg' elseif $ARGS[0] = 'naughty': $RESULT = 'images/Clothing/8naughty/Naughty<>.jpg' elseif $ARGS[0] = 'exhibit': $RESULT = 'images/Clothing/9exhibit/Exhibit<>.jpg' elseif $ARGS[0] = 'uniform': $RESULT = 'images/Clothing/10uniform/Uniform<>.jpg' elseif $ARGS[0] = 'coat': $RESULT = 'images/Clothing/11coat/Coat<>.jpg' elseif $ARGS[0] = 'swimwear': $RESULT = 'images/Clothing/12swimwear/Swimwear<>.jpg' end --- $clothing_image ---------------------------------