// This script file is licensed under a Creative Commons // Attribution 4.0 International License (cc by 4.0): // http://creativecommons.org/licenses/by/4.0/ // You may adapt and/or share this script file for any purpose, // provided you give credit to http://bridgecomposer.com // This script rotates the card holdings in all boards in a document. // Each board's cards are rotated by a random number of seats (from zero to three). // The board number, dealer, and vulnerability are not changed for any board. // For non-zero rotation: // The double-dummy analysis (if any) will be cleared. // If a board has an Auction section, it will not be changed but may no longer make sense. // If a board has a Play section, it will become invalid. // Revised 2020-04-10