function main()
	Is3D( FALSE );

	AddBackground( "MotorShop\\fingerprints" );

--	AddSprite(  OMotorShopFingerprints, 242,  99, 128, 128, "motorshop\\obj_fingerprintIntMShop.dds", 0 );

	-- Hotspot
	AddSprite(  HMotorShopFingerprints, 259, 127,  91,  74, nil, ACTIVE, 0, 0, TOOLS );

	AddEffectTool ( fingerdust, 1, 20 );
	AddEffectTexture( OMotorShopFingerprints, 242,  99, 128, 128, "motorshop\\obj_fingerprintIntMShop.dds" );
	AddEffectHotspot( 242,  99, 128, 128 );
end