Hi,
i tryd something like this:
<aliases>
<alias
match="tester *"
enabled="y"
send_to="12"
sequence="100"
>
<send>require "wait"
for i=%1,1,-1 do
Send ("do something and wait 8 seconds")
wait.time (8)
end</send>
</alias>
</aliases>
So i start die alias with maybe "tester 4" so it will "do something" 4 times. But it wont work. Any Idea how i get this to work?
i tryd something like this:
<aliases>
<alias
match="tester *"
enabled="y"
send_to="12"
sequence="100"
>
<send>require "wait"
for i=%1,1,-1 do
Send ("do something and wait 8 seconds")
wait.time (8)
end</send>
</alias>
</aliases>
So i start die alias with maybe "tester 4" so it will "do something" 4 times. But it wont work. Any Idea how i get this to work?