Here are a few scripts I made when requested by some strong Irish players for their
practice .. You use them each separately as the 17+ point one seems to break everything else when I place them all together.
I am not happy with the points script.
Practice Code 1 ... the major suit fits with interference in EAST and opening in NORTH
points = (hcp(south)+hcp(north)>21) and
(spades(north)+spades(south) >=8 or
hearts(north)+ hearts(south) >=8) and
hcp(north) >=11 and
(hearts(north) >=5 or spades(north) >=5) and
hcp(east) >=11 and
shape(east,any 6xxx,any 54xx,any 55xx)
points
Practice Code 2 .... Weak 2 North with East having 10 points
weaktwospades =
shape(north, 6xxx - any 0xxx) and
hcp(north) >= 5 and hcp(north) <= 11 and
hcp(north, spades) >= hcp(north)/2 and
hcp(south) >=14 and
hcp(east) >= 10
weaktwohearts =
shape(north, x6xx - any x0xx) and
hcp(north) >= 5 and hcp(north) <= 11 and
hcp(north, hearts) >= hcp(north)/2 and
hcp(south) >=14 and
hcp(east) >=10
weaktwospades or weaktwohearts
Practice Code 3 ... 11-16 balanced
1116bal=
shape(north,any 4432,any 4333,any 5332,any 5422) and
hcp(north) >=11 and hcp(north) <=16 and
hcp(south) >10 and
hcp(east) > 11 and
shape(east,any 6xxx,any 54xx,any 55xx) and
hcp(south) >= 6
1116bal
Practice Code 4 ... 17+ and a pre empt in the EAST ..
17preempt=
hcp(north) >=17 and
hcp(east) >= 7 and
shape(east,any 7xxx,any 6xxx) and
hcp(south) >= 6
17preempt
Page 1 of 1
Eamongalls scripts web based bidding scripts 1st go
Page 1 of 1

Help
Add Reply

MultiQuote