ok trying to find a better opt. right now this script is used for a deaf person for chat program. it searches for any windows that have the word 'chat' and then makes a gui for enabling windows on top. ;script by masked Wolf
Opt("WinTitleMatchMode",2)
Opt('MustDeclareVars', 1)
#include <GUIConstantsEx.au3>
global $clients
clients()
Example()
Func clients()
if WinExists("Chat") Then
$clients=WinList("Chat")
local $c=$clients[0][0]+1
ReDim $clients[$c][4]
for $x=1 to $clients[0