So, like, how does one deal with character tests in a story?

I put in a character test in my story so the readers can play as multiple different roles. But I’m not the brightest in math and these points are making my head dizzy.

I’ll explain what I have in my mind:

  • Reader takes the test
  • Reader gains 5 out of # roles and can switch between them by replaying (game menu style)

How do I showcase how many characters they earned? For example if it’s @INVESTIGATORTEST > 5 the reader can be an investigator, but what if they also earned sherrif role?
Can I do something like this:
if (charactertest >5 and charactertest >5){
goto pick_character
}
Thank you in advance. :penguin:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.