Search found 1 match

by formatfang
2004-04-20 05:39:01
Forum: Scripting Ore
Topic: Is the command of "Move" in EasyUO implemented?
Replies: 1
Views: 2153

Is the command of "Move" in EasyUO implemented?

I want write a script. It need walk somewhere automatically.

example in easyuo:
set %x 1250
set %y 2651
set %x1 %x + 5
set %y1 %y + 5
move %x %y a
wait 3s
move %x1 %y1 a
wait 3s
move %x %y a
stop