Well a little update

. I did figure it out somewhat, but I am stuck now.
I'm doing this in the header (since it won't display anything else).
Code:
<if condition="$bbuserinfo['usergroupid'] == 9">
Allowed
<else />
CONFUSED
</else>
</if>
The first part works, in the else statement I want to make it so it changes their user perference of the skin back to the default so they can't use the skin. How can I do that?