Multiple mods here (including mine) allow you to place the results of a multi-selection profile field into the postbit, and as you saw, it doesn't work. It's because the data is saved differently in this case.
It's possible if you know that a multi-selection profile field is specifically being called. You just have to use the data pulled from the standard profile field call (e.g. the result is 135) into a database call that gets the correct data.
As for your edit question, something like this may work:
Code:
<if $post['field5'] == "cook">
<img src="cook.gif" />
</if>