I'm using the random number generators I see elsewhere in this forum. Usually it's in the form of this...
var rnd=Math.ceil(Math.random()*5);
squiffy.set("rnd",rnd);
This always appears at the top of the needed section.
Reason I ask, I've got a number of random parts in my adventure that
seem to weight funny - I'll see one respond one-in-four something like four times in a row. Seems odd.
Anyone else see this? I feel like I'm playing
Yahtzee over the phone with a cheater....