Thank you both for your replies.
I guess I have to be more specific about the way the game works :
- Game is time related
- Every action from the player takes time : 0.33s, 0.5s or 1s Time is in seconds.
- There's a pnj on the game screen that moves everytime a second has passed.
Thus, I need to be able to check if a whole second has passed to give the PNJ the order to move 1 distance unit on screen.