Is the command of "Move" in EasyUO implemented?

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
formatfang
Posts: 1
Joined: 2004-04-20 05:26:51

Is the command of "Move" in EasyUO implemented?

Post 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
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

read FAQ on movement
Post Reply