Time Stamp
1 post
• Page 1 of 1
Time Stamp
Was asked about the time stamp.
Here is the AutoHotKey script I use.
In is CRTL + F3
Out is Shift F3
You have to click in the Chat box then send it or it will just send it to screen and do little.
Have fun.
Here is the AutoHotKey script I use.
In is CRTL + F3
- Code: Select all
^F3::
aminute := A_NowUTC
var2 = 20130124120000
FormatTime, gmt,%A_NowUTC%,H mm
gmt = %gmt% UTC
EnvSub, aminute, %var2%, minutes
aminutes := (aminute + (60 * 10)) * 8
ayear := floor(aminutes/525600)
aday := round(((aminutes - (ayear*525600))/1440)+1,2)
Sleep 100
Send In %gmt%{Enter}
return
Out is Shift F3
- Code: Select all
+F3::
aminute := A_NowUTC
var2 = 20130124120000
FormatTime, gmt,%A_NowUTC%,H mm
gmt = %gmt% UTC
EnvSub, aminute, %var2%, minutes
aminutes := (aminute + (60 * 10)) * 8
ayear := floor(aminutes/525600)
aday := round(((aminutes - (ayear*525600))/1440)+1,2)
Sleep 100
Send Out %gmt%{Enter}
return
You have to click in the Chat box then send it or it will just send it to screen and do little.
Have fun.
"The UNCA is not your boss!" ~ Jessica Steele
Fan Fiction from an old timer - RAM Memories
Fan Fiction from an old timer - RAM Memories
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests