- Feb 9, 2020
- 92
- 357
So I would like to add some randomized coding into my game
What I want is a 1 in 5 chance of something breaking and needing a repair, looked at so forms and found renpy.random.randint(1, 5) however im not sure how this works or how to implement it.
Can someone help?
What I want is a 1 in 5 chance of something breaking and needing a repair, looked at so forms and found renpy.random.randint(1, 5) however im not sure how this works or how to implement it.
Can someone help?