It won't increment for each kick because you set the value of %reason before the loop, so incrementing %kicks in the loop makes no difference to the value of %reason. Simply put the line which sets %reason as the first line in the while loop and it will work as you want.


Spelling mistakes, grammatical errors, and stupid comments are intentional.