Toetag Magician
Joined: 10 Oct 2000 Posts: 356 Location: USA
|
Posted: Tue Dec 09, 2003 3:48 am |
Try this.
alias:
setbomb
Value:
#LOOP 1,%1 {set %{i}.bomb 30}
%1 represents the numeric after setbomb when you type the alias (ex: setbomb 5). %{i} represents the loop range (number of times to loop.
This is found in the help section for #LOOP
Type:
setbomb 5
set 1.bomb 30
set 2.bomb 30
set 3.bomb 30
set 4.bomb 30
set 5.bomb 30
tested offline with 6.66, using alias: setbomb |
|