*BUMP*
Big bug can be found in lots of places in JKA code especially the anim parsing:
http://www.quakesrc.org/forums/viewt...?p=47222#47222
Read the post below the one in link Timbo has some insight on why its bad

.
I believe where they have if ( !token || !token[0] ) is fine but having just if ( !token ) is not :S