Here's an example:
PHP Code:
<if condition="$post[reputation] <= 0">
Rep: 0
<else />
<if condition="$post[reputation] >= 60">
Rep: 60
<else />
<if condition="$post[reputation] >= 120">
Rep: 120
<else />
<if condition="$post[reputation] >= 220">
Rep: 220
<else />
<if condition="$post[reputation] >= 320">
Rep: 320
<else />
<if condition="$post[reputation] >= 420">
Rep: 420
<else />
<if condition="$post[reputation] >= 520">
Rep: 50
<else />
</if>
</if>
</if>
</if>
</if>
</if>
</if>
It shows for me:
Rep: 60
Even though I have over 300 points...