Just a minor typo, I was writing a script, and encountered a typo in the description of WaitFindDTM.
Should be:Quote:
Example:
.. code-block:: pascal
if (WaitDTM(x, y, dtmHatchet, 5000)) then
mouse(x, y, 5, 5, mouse_Left);
*)
Code:Example:
.. code-block:: pascal
if (WaitFindDTM(x, y, dtmHatchet, 5000)) then
mouse(x, y, 5, 5, mouse_Left);
*)
