On Jan 17, 2008, at 11:35 AM, David Neumann wrote: > Hi all, > > OK, this might be really easy and I'm just missing it...if so, I > apologize. > > I have a module I'm creating in which 2 dice of separate colors are > rolled simultaneously. What I'd like is something in the format of: > White dice = #, Black Dice = # or > > White dice = #, > Black dice = #. > > > Now, I can create a button that does 2d6, but the results are in the > #,# format, and I can't differentiate which result is to which die. I > could create two buttons, but I'd prefer to have 1 that the player has > to hit which would just roll both.
Would it be acceptable to just report something like: White, Black = #,# That would seem the simplest solution.
