Raybur Ravenloc
Regular

hmm, i dont know Python and am still struggling to figure out how to do anything with the new official mod stuff, but i noticed this in header_mission_templates.py
AND
looks like something went into making an AI for horse races and some setup for it? any way to utilize this stuff?
Code:
aisb_race = 3
Code:
mtf_one_lap_race = 0x000010
mtf_two_lap_race = 0x000020
mtf_three_lap_race = 0x000030
mtf_four_lap_race = 0x000040
mtf_five_lap_race = 0x000050
mtf_six_lap_race = 0x000060
mtf_seven_lap_race = 0x000070
looks like something went into making an AI for horse races and some setup for it? any way to utilize this stuff?