On Wed, 18 Jun 2008, Ed Murphy wrote: > which involved several instances of > >> As required to satisfy a pending draw, I transfer a random card from the >> deck to Goethe, which is It's a Surprise! > > Was the deck otherwise empty at this point?
Yah, it was a bootup issue because the cards were not created by the proposal but left for the Deckmastor to create into an empty deck: 09 REM BOOTUP 10 Create It's a surprise (gain 2 draws) in the empty deck. 15 Give self a draw (of N per week allowed for any player). 20 Deal It's a surprise to self from deck (random choice 1 out of 1). 29 REM MAIN LOOP 30 Play It's a Surprise gain 2 draws returning it to the Deck. 40 Create another card in deck. 50 Deal It's a surprise and other card to self (only 2 random choices). 55 If Hand=Full give some cards to co-conspirators. 60 GOTO 30 -Goethe