whats the simplest way to do this in the middle of your code:

in 1000 milliseconds do this:
....

until then, continue normally with the rest of the code.


?

i can use a timer, and make it destray itself after it executes the first time, but that seems silly. is there a better way?