Macro Pause block not working
Is there an existing issue for this?
- [x] I searched the existing issues and did not find anything similar.
Current Behavior
This is the macro I've created (apologize for the screenshot being Italian) :
I've assigned this to L1, so that when I press it, it does:
Right Mouse Click > 0.5s Pause > Right Arrow
When I try and use it, nothing happens.
Environment
Program Version: 3.5.1
Windows 11
I should point out that this weird behavior happens inside of the Steam game Yu-Gi-Oh! Legacy of the Duelist : Link Evolution - I've tried the same macro on Notepad, and in there it works flawlessly.
Essentially in the game Yu-Gi-Oh! Legacy of the Duelist : Link Evolution I want to have a single button that ends the turn from the Main Phase. To do this, a possible sequence of key is:
ESC > 0.2s pause > Right Arrow > 0.2s pause > Right Arrow > 0.2s pause > Enter (open phase menu, go right twice and click on End Phase)
I've tried on notepad a similar sequence of key, replacing "Esc" and "Enter" with "A", so:
A > 0.2s pause > Right Arrow > 0.2s pause > Right Arrow > 0.2s pause > A
and this would correctly execute the macro and insert the A on a line of text inside of notepad, but when I use the original line inside of Yu-Gi-Oh! Legacy of the Duelist : Link Evolution, the only part that gets executed is
ESC > 0.2s pause > Right Arrow
Which opens the Phase Selection menu and bring the cursor on top of Battle Phase. the "0.2s pause > Right Arrow > 0.2s pause > Enter" that would bring the cursor over to "End Turn" and click on it, is not executed, and I cannot understand why.
Increase the pause time, increase the press time, when it starts working, decrease it to find out the timing At the bottom right next to the Reset button is a settings button where you can increase the press time.