easyuo+injection...uo.press() HELP

Ask for help

Moderators: Murderator+, Murderator

Post Reply
virussino
Posts: 22
Joined: 2004-10-02 14:37:13

easyuo+injection...uo.press() HELP

Post by virussino »

[easyuo]

mainloop:
onhotkey F1
gosub test
goto mainloop

[/easyuo]

-----------

[injection]

sub prova()
uo.press(112) #F1
endsub

[/injection]



why it does not work?
I can call macro of easyuo from injection?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

you may use uo.SetEasyUO/GetEasyUO to change global variables in EasyUO, and use this to provoke events in it
Tanis
Posts: 10
Joined: 2004-10-27 11:05:11

Post by Tanis »

i solved it trhough the client with a macro in the option with "say ,exec SOMETHING", easyuo just push the button for the macro :D in your case bind the client's macro with F1
Post Reply