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

End Conditions being checked while in the briefing before starting mission #46

Closed
Davidj361 opened this issue Dec 24, 2015 · 3 comments
Closed

Comments

@Davidj361
Copy link

For the file, customization/EndConditions.sqf
The end conditions are being checked while in the briefing. I ran into a bug where the mouse was clicking very rapid and I could not exit the brief in any matter what so ever. This happened because the mission was ending in the brief. I fixed it with surrounded the end conditions with if (time > 1) then { // end conditions }; in your customization/EndConditions.sqf
You might want to add that to your master branch as in my opinion end conditions should not be checked while in the briefing.

@ChrSacher
Copy link
Collaborator

With it being checked though you will never brief for a mission which would end instantly.

@Davidj361
Copy link
Author

It does not hurt to make it failsafe.

@ChrSacher
Copy link
Collaborator

closing due age/ not really sure if its a real bug / and if people don't want them checked they can add it themselves.

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