Heh. It works fine as long as you don't start nesting the IFs inside each other by accident.

if { }
elseif { }
elseif { }
else { }
if { }
if { }
else { }
if { }
elseif { }
else { }
if { }

That will work just fine.