Is there a way to pause execution of a procedure to wait for user input? I'm using VB5 to write a basic rpg with 2 human players and 2 computer players. When combat is initiated, I want to LOOP until both humans or both computers are dead. However, my LOOP continues to LOOP giving the computer players endless turns to attack without pausing for player input. Can anyone help me with a command or source code example? I realize this is probably a pretty basic question but I've never used VB for games before.