|
ok ive developed a way ... but i dont know if will work ^-^
i need to go to home to test...
here is
--------------------
entry_text = uo.lastgump("text",14)
entry_x = left(entry_text,13)
entry_x = right(entry_x,3)
entry_y = left(entry_text,17)
entry_y = right(entry_y,3)
entry_x = strtomoney(entry_x) + 10
entry_y = strtomoney(entry_y) + 10
uo.lclick(entry_x,entry_y)
uo.say("10")
---------------------
ive detected the position of the text entry, clicked on it ( now its actived and waiting for a text input ), but i dont know if the uo.say("10") will send the text for textentry or to normal text place.
|