Checkmate Posted July 3, 2014 Posted July 3, 2014 Hye all... Can anyone help me how to read this.. Or can give some explanation about this?..? if((gettime(6)==10 && (gettime(5)==24 || gettime(5)==25))==0) { What actually that script saying?..? Quote
Euphy Posted July 3, 2014 Posted July 3, 2014 See: Gettime There's also doc/script_commands.txt for any questions about script commands. Quote
Checkmate Posted July 3, 2014 Author Posted July 3, 2014 See: GettimeThere's also doc/script_commands.txt for any questions about script commands. Thx sir..... Im looking for this explanation... But how to detect the number if gettime(6)==10 Cuz there was no 10 in the list?..? Seconds (0 - 59) Minutes (0 - 59) Hours (0 - 23) Day of Week (0: Sunday - 6: Saturday) Day of Month (1 - 31) Month (1 - 12) Year (1970 - 2038) Day of Year (1 - 366) Quote
williamII Posted July 3, 2014 Posted July 3, 2014 gettime(6)==10 (6) is Month and 10 is referred to october Quote
Checkmate Posted July 11, 2014 Author Posted July 11, 2014 gettime(6)==10 (6) is Month and 10 is referred to october Thx sir for this... Now i got some explanation... THx for both of you for showing me how to read this.. ^ ^ Quote
Question
Checkmate
Hye all... Can anyone help me how to read this.. Or can give some explanation about this?..?
What actually that script saying?..?
4 answers to this question
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.