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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...