Just add CLS (Or ACLS, which clears almost everything and loads all the default graphics) to the beginning of your program. (Or anywhere else you need to clear console text.) As for a delay, there are a few different ways you could go about it. One simple way is to use a variable as a sort of timer. Say you want an 8 frame delay after punching. You could have variable DELAY and set it to...