Search found 1 match

by Blekota.2k
2005-07-15 00:36:15
Forum: Scripting Ore
Topic: Something if wrong with move ...
Replies: 1
Views: 808

Something if wrong with move ...

Hi, i have a script in inj whitch send information to the easy.
In Inj:

Uo.SetEasyUo(11,str(CharX[n]))
Wait(50)
Uo.SetEasyUo(21,str(CharY[n]))
Wait(50)

CharX,Y are positions of charakter.

In Easy:
set *11
set *21
move:
move *11 *21 a
wait 10
goto move

Everithings ...