# $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' if $ARGS[0] = 'average':$RESULT = 'images/Clothing/2average/Average<>.jpg' if $ARGS[0] = 'expensive':$RESULT = 'images/Clothing/3expensive/Expensive<>.jpg' if $ARGS[0] = 'formal':$RESULT = 'images/Clothing/4formal/Formal<>.jpg' if $ARGS[0] = 'office':$RESULT = 'images/Clothing/5office/Office<>.jpg' if $ARGS[0] = 'school':$RESULT = 'images/Clothing/6school/School<>.jpg' if $ARGS[0] = 'exercise':$RESULT = 'images/Clothing/7exercise/Exercise<>.jpg' if $ARGS[0] = 'naughty':$RESULT = 'images/Clothing/8naughty/Naughty<>.jpg' if $ARGS[0] = 'exhibit':$RESULT = 'images/Clothing/9exhibit/Exhibit<>.jpg' if $ARGS[0] = 'uniform':$RESULT = 'images/Clothing/10uniform/Uniform<>.jpg' if $ARGS[0] = 'coat':$RESULT = 'images/Clothing/11coat/Coat<>.jpg' if $ARGS[0] = 'swimwear':$RESULT = 'images/Clothing/12swimwear/Swimwear<>.jpg' end --- $clothing_image ---------------------------------