function main()
	Is3D( FALSE );

	AddBackground( "MotelEstablish\\intro" );

	-- Displayable objects
	AddSprite( Grissom,  128, 70, 118, 262, nil, VISIBLE+ACTIVE, 1, 2 );
	AddSprite( Officer,  455, 84, 120, 300, nil, VISIBLE+ACTIVE, 3, 4 );
end