JacobJ
Jun 23 2011, 18:55
Hey all
I have a while (true) loop atm. But how can I use another script to make this loop false, if I don't want it to run anymore?
Can I make a variable like this:
fox = true;
And then put fox into the condition ()'s? And whenever I want to make the loop stop, then just:
fox = false; ?
I have tried, but it doesnt seem to work. Maybe something I have missed about this?
/Jacob
I have a while (true) loop atm. But how can I use another script to make this loop false, if I don't want it to run anymore?
Can I make a variable like this:
fox = true;
And then put fox into the condition ()'s? And whenever I want to make the loop stop, then just:
fox = false; ?
I have tried, but it doesnt seem to work. Maybe something I have missed about this?
/Jacob