Jump to content
Sign in to follow this  
thetrooper

stop animation loop

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×