how to make a 7 sided dice out of a 6 sided dice -
by oliver "Haddo" mattson (c)2012
1 VALUE1
2 VALUE2
3 VALUE3
4 VALUE4
5 VALUE5
6 VALUE6
7 VALUE 7
ROLL [ 1 - 6 ]
IF
1 - 3 then
allow value 1 - 6
IF
4 - 6 then
allow values 2 - 7
the purpose of this is that when one rolls a dice, it is to obtain a random number, if we open the parameter of possibilities with a coinciding amount of values in a table or relative structure which, in effect becomes the seventh side, if looked at i n a weird way.
by oliver "Haddo" mattson (c)2012
1 VALUE1
2 VALUE2
3 VALUE3
4 VALUE4
5 VALUE5
6 VALUE6
7 VALUE 7
ROLL [ 1 - 6 ]
IF
1 - 3 then
allow value 1 - 6
IF
4 - 6 then
allow values 2 - 7
the purpose of this is that when one rolls a dice, it is to obtain a random number, if we open the parameter of possibilities with a coinciding amount of values in a table or relative structure which, in effect becomes the seventh side, if looked at i n a weird way.
Comments
Post a Comment