mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2025-12-17 09:37:05 +00:00
debug
This commit is contained in:
@@ -29,7 +29,7 @@ CheckTurn(x,y, timeout := 3400, b_size := 2)
|
||||
|
||||
; below is only to simulate constant timeouts
|
||||
; debug start
|
||||
/*
|
||||
; /*
|
||||
loop {
|
||||
check_turn_now_tick_count := A_TickCount
|
||||
check_turn_tick_count_from_start_to_now := check_turn_now_tick_count - check_turn_start_tick_count
|
||||
@@ -39,7 +39,7 @@ CheckTurn(x,y, timeout := 3400, b_size := 2)
|
||||
}
|
||||
sleep(500)
|
||||
}
|
||||
*/
|
||||
; */
|
||||
; debug end
|
||||
|
||||
color_player := 0xDE6E70
|
||||
|
||||
@@ -43,7 +43,7 @@ Race_PANAM()
|
||||
|
||||
; Retry race if time is taking more than 5.5 mins
|
||||
; (assume something went wrong with race)
|
||||
;SetTimer, RetryRace, 330000
|
||||
SetTimer, RetryRace, 330000
|
||||
|
||||
;Sleep(race_start_delay)
|
||||
;controller.Axes.LX.SetState(62) /* before turn 1, to avoid queue of cars */
|
||||
|
||||
Reference in New Issue
Block a user