mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2026-01-28 22:16:01 +00:00
add newer versions
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#Include Menus\ChampionshipMenuing.ahk
|
||||
#Include Menus\NormalMenuing.ahk
|
||||
|
||||
GoTo EndMenuDef
|
||||
|
||||
Menu:
|
||||
Switch MenuSelection
|
||||
{
|
||||
case 0:
|
||||
gosub, ChampionshipMenu
|
||||
return
|
||||
case 1:
|
||||
gosub, NormalMenu
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
return
|
||||
|
||||
EndMenuDef:
|
||||
Reference in New Issue
Block a user