Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. !T::
  2. FormatTime, CurrentHour,, HH
  3. if (CurrentHour == 0){
  4. CurrentHour = 23
  5. }
  6. else {
  7. CurrentHour -= 1
  8. }
  9. FormatTime, CurrentMinute,, mm
  10. SendInput t/me checks his digital watch to find that it is %CurrentHour%:%CurrentMinute%.{enter}
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement