- May 24, 2020
- 271
- 754
Hello All,
I have a spot where the players path is chosen by a simple random number generation in a truth or dare game. renpy.random.randint(1, 6) works fine for the die roll in this scenario, but once assigned it cannot be reassigned if a player chooses to use the back menu option to try for a different path.
I have tried placing a del ranVar right before the assignment to see if that allowed re-assignment. Nope.
Anyone run across this issue and maybe have a workaround/solution?
I have a spot where the players path is chosen by a simple random number generation in a truth or dare game. renpy.random.randint(1, 6) works fine for the die roll in this scenario, but once assigned it cannot be reassigned if a player chooses to use the back menu option to try for a different path.
I have tried placing a del ranVar right before the assignment to see if that allowed re-assignment. Nope.
Anyone run across this issue and maybe have a workaround/solution?