i think this is what your looking for
PHP Code:
if(player.ani.starts("servername_")) {
Also if your doing an if statement for an equal thing it has to be
PHP Code:
if(whatever.whatever == whatever) {
im not sure if one equal sign would work but your meant to use two.