Quote:
Originally posted by Gravis2k
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
|
...Try the other script offline. If it still doesnt work, then tell us, and we'll help you debug it. Else, if it does work.. then ON your server, there is another NPC (probibly a weapon) with a timeout loop, using replaceani for the walk...
So check that out too.