sixwingedfreak Posted August 12, 2007 Report Share Posted August 12, 2007 What I want to do is essentially: If X amount of time has elapsed Do this Also, I'd like to make something that says: If the time is currently X Do this But I can't find any commands that would make this possible. Can anyone help me out, with at least one of these? Quote Link to comment Share on other sites More sharing options...
paul Posted August 13, 2007 Report Share Posted August 13, 2007 If X amount of time has elapsedDo this Elapsed using what starting point? If the time is currently XDo this This example simply displays a dialog box if the current time is between 13:00:00 and 14:00:00, otherwise it does nothing. Date/Time: Save "hh:mm:ss" into %T1% If Variable %T1% >= "13:00:00" AND If Variable %T1% <= "14:00:00" Text Box Display: --The time is now %T1% End If You'll find the Date/Time command under the text category! Quote Link to comment Share on other sites More sharing options...
sixwingedfreak Posted August 15, 2007 Author Report Share Posted August 15, 2007 Ah, thanks! Your example helped me greatly, I appreciate your help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.