function main()
	Is3D( FALSE );

	AddBackground( "MotorShop\\ticket" );

	-- Displayable objects
	AddSprite(  OMotorShopTicketCU1, 198,  83, 256, 256, "MotorShop\\obj_ticket_A.dds", VISIBLE );
	AddSprite(  OMotorShopTicketCU2, 454,  83,  64, 256, "MotorShop\\obj_ticket_B.dds", VISIBLE );

	-- Hotspot
	AddSprite(  HMotorShopTicketCU, 226, 137, 262, 156, nil, ACTIVE, 0, 0, TOOLS );
end