Click on one of the SQM around the character(or center).
Clicar em um dos SQMs em volta do char(ou central).
clickonsqm(click, direction, repeat*, delay*)
- Parameters
click:left or right.direction:direction of the SQM to click, one of the image below.repeat:optional param; times to click, default is 1.delay:optional param; the interval delay in miliseconds after each click, default is 500.
Return Value
Nothing.
Examples
- Right click on North SQM
3times, wait1000ms after each click.
clickonsqm(Right, N, 3, 1000)