Files
gtav-src/script/dev_ng/singleplayer/scripts/Minigames/Taxi/Taxi_Includes.sch
T
2025-09-29 00:52:08 +02:00

13 lines
437 B
XML
Executable File

/// Include this one file for the base functionality you need to run a taxi oddjob mission
///
/// NOTES: Should only be included once in the individual mission/job .sc
USING "taxi_scorecard_lib.sch" //Scorecard
USING "Taxi_Point_Driving_lib.sch" //Excitement Monitoring/Reactions
USING "taxi_exception_handler.sch" //Aggro and Other Fail Cases
USING "Taxi_Widgets_lib.sch" //Debug RAG Widgets
//EOF