Re: CK's graphics problem
- Posted by Evan Marshall <1evan at sbcglobal.net> Feb 14, 2004
- 624 views
roll += floor(rand(dice_sides * 1000)/1000)+1 should be roll += floor(rand((dice_sides - 1)* 1000)/1000)+1 C. K. Lester wrote: > > Evan Marshall wrote: > >> >> Looks like list filter killed some (a lot!) of lines. >> > Wow! That was a lot. What happened? > > Looks good! However, it crashes with this combo (you may have to click > roll several times): > > 6 sides > 2 dice > 1000 rolls > > > > TOPICA - Start your own email discussion group. FREE! > >