Jump to content
  • 0

error in waitUntil


WLF

Question

_t1 = diag_tickTime;
systemChat str _t1;
_t2 = _t1 + 5;
systemChat str _t2;
waitUntil {diag_tickTime >= _t2};
systemChat "End script";

Why I have error?

Error in expression <hat str _t2;
waitUntil {diag_tickTime >= _t2};
systemChat "End script">
  Error position: <>= _t2};
systemChat "End script">
  Error Generic error in expression

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...