Hello again, I'm sorry for not being the most active person on the board but I don't really have much time to be online.
I have recently run into a problem. I was trying to make a simple program to write text letter by letter while doing something's in the background (So "wait" is out of the question) but I found that it was really hard to make it. I had a lot of if clauses. I was wondering if there is any way to make a function that does something along these lines:
Start timer
Check if timer is in the set time
return value = 1 (true)
pause function until needed again.
Thanks in advance
Programing is not as easy as it seems at first... the learning is never really over...