You mean a time limit like you have one minute to complete a mission?
You would need to use the "timer()" command
Heres an example:
`This goes at the top:
timelimit=30000
starttime=timer()
`this goes in main loop:
elapsed = timer()-starttime
timeleft = timelimit-elapsed
Print timeleft
The timer gets system time in 1000ths of seconds. You would need to make the elapsed time into seconds to use it, but thats not that hard to do.
[Edit]
What?!?!?! I just took all that time to write it out and you want me to ignore it?
No problem. I love to help people
[Center]"All programmers are playwrights and all computers are lousy actors." -Anon.[/Center]
<--- Ouch, my head!
