# alias: JacobySuperAccept # button-text: Jacoby Super-Accept # gib-works: true # bba-works: true # auction-filter: Note.* acceptance after NT # convention-card-ns: 21GF-DEFAULT # convention-card-ew: 21GF-GIB /*@chat --- Jacoby Super-Accept South opens 1N with more than minimum HCP, North transfers to Hearts or Spades, and South, with 4+card support, must decide to accept/super-accept. @chat*/ dealer south # Import Define-1N and Calm Opponents #include "script/Calm-Opponents" # Defines calmWest #include "script/GIB-1N" # Defines gibNT #include "script/TP" # Define North's Jacoby Transfer and South's Super Accept (not Smolen, allow 6-card suits, avoid Texas) nSwq = shape(north,6xxx) and hearts(north)<4 and spades(south)>3 and tpNorth<10 // avoid Texas nHwq = shape(north,x6xx) and spades(north)<4 and hearts(south)>3 and tpNorth<10 nS5 = shape(north,5xxx) and hearts(north)<4 and spades(south)>3 nH5 = shape(north,x5xx) and spades(north)<4 and hearts(south)>3 # Now OPEN 1NT gibNT and (nSwq or nHwq or nS5 or nH5) and calmWest and shape(south,xxxx-any 4333) and hcp(south)>15 # Generate Statistics action average "Heart Fit" 100 *(nHwq or nH5), average "Spade Fit" 100 * (nSwq or nS5), average "any 5422" 100 * shape(north,any 5422), average "not 5422" 100 * (not shape(north,any 5422)),