Loop {         WinGet,tera,list,ahk_class LaunchUnrealUWindowsClient         Loop, %tera%         {                 WinGetTitle,teratitle, % "ahk_id " tera%A_Index%                 if (teratitle = "TERA")                 {                         ControlSend,,{space}, % "ahk_id " tera%A_Index%                 }         }         Sleep 30000 }