Moving only one item!
Posted: 2004-08-01 06:41:15
I have 1000 Gps (0x0EED) in the container (0x401150E0)
I need to move one Gp to a predefined xposition and yposition on my screen.
Whats wrong?? , Thank You
I need to move one Gp to a predefined xposition and yposition on my screen.
Code: Select all
var xpos='680'
var ypos='75'
uo.findtype(0x0EED,0x0000,0x401150E0)
uo.moveitem('finditem','1',xpos,ypos)
Whats wrong?? , Thank You