Non-threaded

Forums » Bugs & Problems » Read Thread

Post reports about problems or bugs in here.
This bug was closed 1/21/2007: Fixed

dice rolling

18 years ago
I found something curious when testing a dice rolling game I am writing. Five dice are rolled, then it displays their value on the screen. Everytime, all fice dice roll an IDENTICAL number. The number still randomly changes each time the link is clicked, but all five dice roll the same number.

dice rolling

18 years ago
dude that sucks!!!

dice rolling

18 years ago

Are you "adding" the 1D5, or "reseting" to 1D5?

dice rolling

18 years ago
nvm, i did not fully read the problem, sorry :( disregard the last post.

dice rolling

18 years ago

I'm just using a script that says:

%DIE1 := 1D6
%DIE2 := 1D6
%DIE3 := 1D6
%DIE4 := 1D6
%DIE5 := 1D6

every time someone clicks on it, rolling five six sided dice. They all roll the same number.