ok done (sorry)
NPC Code:
//#CLIENTSIDE
if (weaponfired){
if (this.on==0) {
setani birdtransform,;
replaceani idle,birdidle;
replaceani sword,birdattack2;
replaceani walk,birdidle;
this.on=1;
}
else if (this.on==1){
setani birdreform1,;
replaceani idle,idle;
replaceani sword,sword;
replaceani walk,walk;
this.on=0;
}
}
if (playerchats){
if (strequals(#c,land)){
setplayerprop #c,
escends slowly::;
setani birdland,;
disabledefmovement;
}
else if (strequals(#c,fly)){
setplayerprop #c,::Rises rapidly into the air::;
setani birdfly1,;
enabledefmovement;
}
}
but that's not where my problem was.... when i am in bird form and i try to move i switch back to looking human again, my friend zach can use it and fly and still look like a bird but i can't, i can also see him flying. please help lol
everything but the walk one works. fly,land,idle, and attack all work fine.