13 lines
437 B
XML
Executable File
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
|