Jump to content

Recommended Posts

Posted

I've read just about all of AutoIt help but it still doesn't help me with my problem.

So I restarted my script.

I checked the ID and it's 1000

So far I think it's gonna look like this, not sure if I should use Contol

WinActivate ( "Bleach: Last Horizon 2.0 Alpha", "")

ControlGetText ( "Bleach: Last Horizon 2.0 Alpha", "Shadow Copy's Action: dodges right", 1000)

ControlGetText ( "Bleach: last Horizon 2.0 Alpha", "Shadow Copy's Action: dodges left", 1000)

ControlGetText ( "Bleach: last Horizon 2.0 Alpha", "Shadow Copy's Action: no movement", 1000)

Since there is a Radomizer, I am wonder how do I make it press a key according to it?

I failed at If,Then Else.

For the record if it;s right I want it to pres NumPad7 if Left NumPad9 and if no movement NumPad 8.

Thanks in advance.

Posted

is ''Shadow Copy's Action: dodges right'' the text you are trying to find? if yes you misunderstand the second parameter of ControlGetText

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...