coun%=0 resource%=0 OFF REPEAT t$=TIME$ rt$=RIGHT$(t$,8) * REFRESH OFF CLS REM Technically we could easily make it wait for 1 second for an alarm clock REM and that should give enough time to do other small calculations. REM COOL CPU WAIT 100 coun%=coun% +1 IF coun%=600 THEN coun%=0:resource%=resource%+1 PRINT "Garrison resources increase by 1 every 10 minutes " PRINT rt$ PRINT "Current Garrison Resources :" resource% * REFRESH UNTIL FALSE