Frictional Games Forum (read-only)

Full Version: Patrol Node animations not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys. I've got a problem with grunt animations. Here's the script.

AddEnemyPatrolNode("grunt", "Node_1", 2.0f, "Notice1");

I'm trying to make him go to this node and play his Notice1 animation, but he just stands there. Any tips? Smile Thanks in advance


UPDATE: Still not working. I removed all peripheral functions/nodes, etc, and just used the above function, but the grunt still stands there looping some random idle animation. Looks like he has a twitch.
Have you looked at the game's scripts?
Yeah I found one that uses that exact format except it calls for the IdleExtra3 animation.
I think it only works for idle animations or something. I remember I tried putting Run in when I used to think it was the animation between nodes or something, and he just stood there when he got there.
Yeah I want him to play the Notice1 animation when he reaches his point. I also tried making his wait time at the node 0.0f but still nothing. Well I'll keep tweaking it and see if you're right about it only working for idle anims. Thanks Bigzy