Keep Praying Will Ya!
Zephirius
Member Posts: 419
I've got 4 NPC's praying to an altar with ActionPlayAnimation
I want them to keep praying no matter what. Problem is they stand right up if you click on the NPC breaking the animation.
I checked the no interupt box on all of them, but seems to do no good. Where am I going wrong?
It's one simple line of code...
AssignCommand(OBJECT_SELF, ActionPlayAnimation(ANIMATION_LOOPING_WORSHIP, 1.0, 1000.0));
I want them to keep praying no matter what. Problem is they stand right up if you click on the NPC breaking the animation.
I checked the no interupt box on all of them, but seems to do no good. Where am I going wrong?
It's one simple line of code...
AssignCommand(OBJECT_SELF, ActionPlayAnimation(ANIMATION_LOOPING_WORSHIP, 1.0, 1000.0));
0
Comments
So... how would I script it. I cant seem to figure it out. I'm just winging it. I made a copy of the default OnConversation script so that I can just add to it...
OK. Gonna try this.