Hi there. I am trying to create a very simple macro but I do not see how it does not work even after I checked numerous tutorials. It's so simple it's stupid.
Here is the goal of the script:
To press (a key) within (an active window) every (x) seconds and (restart/loop)
Here is what my attempt looked like:
setactivewindow LastChaos - Aeria Games & Entertainment (Window 800x600) // this is the name of my window
procedure heal
loop 9999999999999 // just so that it keeps on looping early for ever
keys 1
delay 560 sec
if 1=1
then call heal // is this part right?
end // will it loop if I just say end like I did here?
Obviously as I stated above this was a failed attempt:
The window activates when the macro is initiated but nothing further happens- the script is not followed any further
Do I have too much stuff in the script?
Is there a simpler form you guys can think of?
Remember the goal of the script is:
To press (a key) within (an active window) every (x) seconds and (restart/loop)
Thnx in advance
