function main()
	Is3D( FALSE );

	AddBackground( "BrassOffice\\interro_jason" );

	-- Displayable objects
	AddSprite( Brass, 143, 103, 55, 139, nil, VISIBLE,  7,  8 );
	AddSprite( Sara,    0, 144, 128, 208, nil, VISIBLE, 20, 21 );
	AddSprite( Jason, 264, 123, 168, 208, nil, VISIBLE+ACTIVE, 17, 18 );

	AddEnvironmentSound( nil, "AMB_INTERRO" );
end