i also tried simplifiing the part that is not working to see if my variables were not working right
NPC Code:
//#CLIENTSIDE
if (weaponfired){
replaceani idle,birdidle;
replaceani sword,birdattack2;
replaceani walk,birdidle;
}
but the walk gani fails on this also