Should there be a random killer option?
I like to switch up what killer I want to play every once in a while to learn other killers but sometimes it’s hard to pick what killers I want to play, so what if there was a thing you can select to send you into a round as a random killer. Do you think that would be a cool idea?
Comments
-
Yes!
seems like a very niche but nice QOL change
1 -
No!
Seems like a waste of dev resources for a niche utility. You and others who want the same should just use a random number generator with Trapper at 1 and Pyramid at 20. Until the next chapter release, you can even use a 20-sided die to make the decision.
0 -
Yes!
Interesting..
0 -
Yes!
No, it is not difficult.
Code for u:
Random randomGen = new Random();
int randomGenerator = randomGen.nextInt(21);
Simple as that, so that's not a valid argument.
3