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

waitUntil errors #36

Open
barman75 opened this issue Aug 19, 2019 · 2 comments
Open

waitUntil errors #36

barman75 opened this issue Aug 19, 2019 · 2 comments
Labels
question Further information is requested

Comments

@barman75
Copy link

Error Undefined behavior: waitUntil returned nil. True or false expected.
17:05:28 In last 10000 miliseconds was lost another 29 these messages.
17:05:28 File mpmissions__cur_mp.altis\CREATE\createSupplyBox.sqf..., line 174
17:05:38 Error in expression < {
sleep 1;
!(isNull attachedTo _crate) OR
!(_marker in markerSupplyCrates)
};

Error position: <OR
!(_marker in markerSupplyCrates)
};

@wurzel0701
Copy link

wurzel0701 commented Aug 19, 2019

That one seems to be on me, but I will need further infomation, not sure what actually happens

@wurzel0701 wurzel0701 added the question Further information is requested label Aug 19, 2019
@barman75
Copy link
Author

⚠ Since Arma 3 v1.93.145618 returning anything other than true or false from condition will result in appropriate type error.
https://community.bistudio.com/wiki/waitUntil

@barman75 barman75 changed the title waitUntill errors waitUntil errors Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants