Is it currently possible to edit a specific macro line per command?
I tried it with "edit macro 1.2" (to edit the command in line 2 of macro 1) for example. I want to change the command in a specific macro per command line...
Is it currently possible to edit a specific macro line per command?
I tried it with "edit macro 1.2" (to edit the command in line 2 of macro 1) for example. I want to change the command in a specific macro per command line...
The syntax is:
Set Macro X.Y Property "Command" Z
where:
X = Macro number
Y = Macro line
Z = Stuff you want to put into the command
Ofcourse this also works for the other properties like 'wait' and 'execute'
ok perfekt, that works:
Set Macro X.Y Property "Command" /test but Set Macro X.Y Property "time" /follow dont works - do you know the syntax for that?
Look at the word at the top of the column. It's not "time", but "Wait"
So the syntax would be:
Set Macro X.Y Property "Wait" #
Set Macro X.Y Property "Wait" "Go"
0 = follow