On Thu, Jun 5, 2008 at 6:19 PM, Benjamin Schultz <[EMAIL PROTECTED]> wrote: > I think I can do more fun stuff. > > TRY { > I deposit at the Bank of Agora three 5 crops (gain 210 pens and spare > change). > I withdraw one 8 crop (for 103 pens and spare change). > I mill 4 + 5 into a 9 crop. > I harvest 1985, the number recently assigned to a CFJ, for 2 WRVs. > } CATCH { > // try try again > Debug.Print "Ah, ye booched it! " & Err.Description > }
This script is on error. Your Bank of Agora transfers went through, but your mill fails because are out of 5 Crops. You had seven to begin with. You spent two milling a 0 Crop, two harvesting 5540, and three to the Bank of Agora. You also don't have the needed 1 Crop to perform the CFJ harvest. SoA BobTHJ