function main()
	Is3D( FALSE );

--	AddBackground( "doctoroffice\\victor2" );
	AddBackground( "doctoroffice\\hostage_victor2" );

	AddSprite( Victor, 0, 0, 640, 384, nil, VISIBLE+ACTIVE, 35, 36 );
	AddSprite( Julius, 0, 0, 640, 384, nil, VISIBLE, 35, 30 );
end