PDA

View Full Version : multi group help



Icthus
October 13th, 2002, 12:55 PM
Yes. The easiest way (that I know of) is to add another command using the Wait action (under Window). Then put the amount of time (in milliseconds) in the X/Timout [ms] box. Here's what it would look like:

MyGroup
--> Action 1
--> Wait 500ms
-------> Action: Window -> Wait
-------> X/Timout [ms]: 500
--> Action 2

This will pause for half a second between Action 1 and Action 2.

apollumi
October 13th, 2002, 12:55 PM
i searched the forums but wasn't able to find an answer to this question: is there a way to set a delay between each command in a multi group or specify how fast they should be executed?

apollumi
October 13th, 2002, 12:55 PM
ah, thanks!