thetrooper 10 Posted March 18, 2014 Hi all, I'm running an animation loop, however I can't get it to stop when I want it to :( Any ideas? _bye = true; while {_bye} do { aac playmove "Acts_NavigatingChopper_Loop"; if (aac getVariable ["chillout", false]) then { _bye = false; }; sleep 0.01; }; Share this post Link to post Share on other sites
thetrooper 10 Posted March 20, 2014 Bump. Any ideas on this how to stop the animation? Share this post Link to post Share on other sites
thetrooper 10 Posted March 20, 2014 It doesn't work. Looks as though he's going to stop but the loop takes over and continues. Share this post Link to post Share on other sites
f2k sel 164 Posted March 20, 2014 I have a feeling using some other actions that something has broken and they do seem to be stuck in loops. Also just check http://feedback.arma3.com/view.php?id=17931 Share this post Link to post Share on other sites