24 lines
713 B
Scheme
Executable File
24 lines
713 B
Scheme
Executable File
// *****************************************************************************************
|
|
// *****************************************************************************************
|
|
//
|
|
// MISSION NAME : fairground_shared.sch
|
|
// AUTHOR : Aaron Gandaa
|
|
// DESCRIPTION : This Controls The Rollercoaster
|
|
//
|
|
// *****************************************************************************************
|
|
// *****************************************************************************************
|
|
|
|
//----------------------
|
|
// INCLUDES
|
|
//----------------------
|
|
|
|
//----------------------
|
|
// CONSTANTS
|
|
//----------------------
|
|
CONST_INT COST_ROLLERCOASTER 15
|
|
CONST_INT COST_BIGWHEEL 8
|
|
|
|
|
|
|
|
|