function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_estab" );

	-- Displayable items
	AddSprite( John, 418, 51, 154, 333, nil, VISIBLE+ACTIVE, 43, 44 );
	AddSprite( Sara,   0, 90, 256, 294, nil, VISIBLE, 29, 30 );
	AddSprite( Brass,  199, 71, 102, 243, nil, VISIBLE, 25, 26 );

	AddEnvironmentSound( nil, "AMB_INTERRO" );
end