Thank you guys! Can you also tell me how to decrease a value like:
Code:
 set %Darts1 5 
so that once the "throw at" command is triggered it sets it to 4 then 3 and so on without typing
Code:
if (%Darts1 == 5) set %Darts1 4
if (%Darts1 == 4) set %Darts1 3 
??