Lets say I have a table like this...
James = {"James", "loves", "pie", "but", "JamminR", "likes", "jam"}
What would I do to make this output in order with a 1 second delay between each output.
As in...
"James"
-- One Second Later
"loves"
-- One Second Later
"pie"
-- You get the idea...
The above used to be easy to do but long ago an update to the timers broke my method of doing that. Any ideas?