Page 1 of 1

Is the command of "Move" in EasyUO implemented?

Posted: 2004-04-20 05:39:01
by formatfang
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

Posted: 2004-04-20 15:36:06
by Yoko
read FAQ on movement