View Single Post
Old 09-20-2007, 06:45 PM   #2
Acciaccatura
 
Join Date: Sep 2007
Posts Rated Helpful 0 Times
Untested, but no reason why it shouldn't work.

alias recdemo1 "record xxx001"
alias recdemo2 "record xxx002"
alias recdemo3 "record xxx003"
...
...
...
alias recdemo11 "record xxx010"
alias recdemo "recdemo1"

alias stopdemo1 "stop; alias recdemo recdemo2"
alias stopdemo2 "stop; alias recdemo recdemo3"
alias stopdemo3 "stop; alias recdemo recdemo4"
...
...
...
alias stopdemo10 "stop; alias recdemo recdemo1"
alias stopdemo "stopdemo1"

bind "x" "recdemo"
bind "y" "stopdemo"

That should do it. Fill in the ...s with repetitions up to the number you require, unfortunately we can't just add a number, you need an alias for each number. It will loop through one to ten here, (if you fill in the ...s) and then go back to xxx001.

Hi Teatime, Herbie from Planet Fortress here
Acciaccatura is offline   Reply With Quote