Using UO binds in scripts
Posted: 2005-01-25 05:40:35
I was wondering how i can use UO macros that i make through the options in my script that im wokring on. My script is gona have all my pvp macros like fs and stuff but the bind for the spam is in uo. The reason i am not using UO.Say is because its to slow. Here is an example of what i wana do.
Code: Select all
sub healSself()
UO.waittargetself()
UO.Exec("usetype 0x1f49")
"PUSH BUTTON NOW!"
end sub