Help me please!

Ask gaming related questions (AHK v1.1 and older)
XtiiGmA
Posts: 26
Joined: 21 Apr 2021, 10:22

Help me please!

19 Nov 2021, 16:19

Hello I hope you can help me, I would like to know how I can do something simple, I know that for you it is.
I would like a script in which every 40 seconds, it rings something or shows a "tooltip".
For instance:
0:40 = Ring something
1:40 = tooltip
5:00 = Send, "text"

thx
User avatar
mikeyww
Posts: 27372
Joined: 09 Sep 2014, 18:38

Re: Help me please!

19 Nov 2021, 16:55

Code: Select all

#Persistent
SetTimer, Ring, 40000
Ring:
Switch ++n := Mod(0 n, 3) {
 Case 1: SoundBeep
 Case 2: ToolTip, %n%
 Case 3: Send text
}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 66 guests