mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2026-01-29 06:25:58 +00:00
add newer versions
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#Include Races\PanAm.ahk
|
||||
#Include Races\Tokyo.ahk
|
||||
|
||||
GoTo EndRaceDef
|
||||
|
||||
Race:
|
||||
|
||||
Switch RaceChoice
|
||||
{
|
||||
case "PanAm":
|
||||
Race_PANAM()
|
||||
return
|
||||
case "Tokyo":
|
||||
Race_Tokyo()
|
||||
return
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
EndRaceDef:
|
||||
Reference in New Issue
Block a user