So I’m rather new to Twine and I thought about making a game where the player character and a number of other students are sorted into different dorm rooms in a college. Basically, I need a script that will take a predetermined list of characters and sort them into different groups, like so:
Say there were four students; Sally, Harry, Greg, and Molly. The script I’m looking for would randomize the organization such that Sally and Greg could end up in one dorm, while Harry and Molly wound up in the other, or any other combination thereof. But because I don’t have a lot of experience with Twine, I’m not sure how to even begin setting this up…
Thanks in advance!