Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
well make nm_ForceLabel to force start because yes
  • Loading branch information
qwqtoday committed Nov 17, 2024
commit 0f8112af32e95929bc2297d3359d5e2a62ccba22
7 changes: 5 additions & 2 deletions submacros/natro_macro.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -20582,6 +20582,7 @@ Background(){
nm_setStats()
}

ForceLabelStart := false
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; HOTKEYS
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down Expand Up @@ -20625,7 +20626,7 @@ start(*){
return
}
}
if !ForceStart {
if !ForceStart && !ForceLabelStart {
;Field drift compensation warning
Loop 3 {
;if gathering in a field with FDC on and without supreme set in settings, warn user
Expand Down Expand Up @@ -21000,8 +21001,10 @@ nm_ForceLabel(wParam, *){
{
case 1:
if (MainGui["StartButton"].Enabled = 1)
{
global ForceLabelStart := true
SetTimer start, -500

}
case 2:
nm_pause()

Expand Down