Recently I\'ve been working with a simple and straightforward RPG in python with pygame, but I\'m having some problems delaying specific events. Running the
to pause the program for n milliseconds. delay is a little more accurate but wait frees the processor for other programs to use while pygame is waiting. More details in pygame docs.