mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2025-12-17 17:47:11 +00:00
increase ps_load_time2 and disable td tooltip
This commit is contained in:
@@ -55,7 +55,7 @@ bm_delay := 100
|
||||
box_size := 2
|
||||
|
||||
Global ps_load_time1 := 12000
|
||||
Global ps_load_time2 := 6000
|
||||
Global ps_load_time2 := 8000
|
||||
Global ps_load_time3 := 8400
|
||||
Global SysCheck := 1
|
||||
|
||||
@@ -405,7 +405,7 @@ PSystem:
|
||||
Gui, Submit, NoHide
|
||||
if (SysCheck = 1){
|
||||
ps_load_time1 := 12000
|
||||
ps_load_time2 := 6000
|
||||
ps_load_time2 := 8000
|
||||
ps_load_time3 := 8400
|
||||
}
|
||||
if (SysCheck = 2){
|
||||
|
||||
@@ -37,7 +37,7 @@ CheckTurn(x, y, b_size := 2)
|
||||
for i, c in tc
|
||||
{
|
||||
td := Distance(c, color_player)
|
||||
ToolTipper("Turn" td)
|
||||
;ToolTipper("Turn" td)
|
||||
if (td < 20 ){
|
||||
turn_complete := true
|
||||
break
|
||||
@@ -62,7 +62,7 @@ CheckTurnQuick(x, y, color_to_check, b_size := 2)
|
||||
for i, c in tc
|
||||
{
|
||||
td := Distance(c, color_to_check)
|
||||
ToolTipper("Turn" td)
|
||||
;ToolTipper("Turn" td)
|
||||
if (td < 20 ){
|
||||
turn_complete := true
|
||||
break
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user