Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wave not ending when all hostiles are dead #133

Open
drksilenc opened this issue Dec 28, 2020 · 1 comment
Open

Wave not ending when all hostiles are dead #133

drksilenc opened this issue Dec 28, 2020 · 1 comment

Comments

@drksilenc
Copy link

This has happened multiple times where hostiles are all dead but the wave doesnt end is there a way to force the wave to end?

@TavGuard
Copy link

Im not 100% sure but i think its prematurely exiting the while loop in the missionLoop.sqf.
I had the same issue and i checked the exit criteria which should end the wave if (EAST countSide allUnits == 0) exitWith {};
and the unitcount in my case was 0.
So i guess something happened before that caused the script to exit the loop.

Manually ending the wave is not really an option aswell since it wont start a new one automatically after this anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants