How to make an automacro trigger every <n> seconds?

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

superman1001
Noob
Noob
Posts: 4
Joined: 02 Aug 2010, 07:36
Noob?: Yes

How to make an automacro trigger every <n> seconds?

#1 Post by superman1001 »

How to make an automacro trigger every <n> seconds?
i tryed to use daly and timeout but are ignored...
Uzah
Human
Human
Posts: 25
Joined: 04 Jun 2011, 18:29
Noob?: Yes
Location: pRO Payon

Re: How to make an automacro trigger every <n> seconds?

#2 Post by Uzah »

Adding timeout <n> seconds should work.. Here's an example:

Code: Select all

automacro Smile Every 5 Sec {
	timeout 5
	call {
		do e heh
		}
	}
-Spoonfed
What have you done so far?