Working code:
PHP Code:
<if condition="$post[reputation] >= 520">
Rep: 50
<else />
<if condition="$post[reputation] >= 420">
Rep: 420
<else />
<if condition="$post[reputation] >= 320">
Rep: 320
<else />
<if condition="$post[reputation] >= 220">
Rep: 220
<else />
<if condition="$post[reputation] >= 120">
Rep: 120
<else />
<if condition="$post[reputation] >= 20">
Rep: 20
<else />
<if condition="$post[reputation] >= 0">
Rep: 0
<else />
</if>
</if>
</if>
</if>
</if>
</if>
</if>
Thanks a lot Kevin!
P.S. Whoever feels like this is better than pips, he can feel free to use it on his forum.. :P