Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I was wondering, what method did you use to make all the passages? Is it a find and replace script or something similar? The reason I ask is I've been looking for ways to change the genders, names and pronouns of characters in playscripts.

(+3)

I used variables, so an example of the code which sets the pronoun to 'they/them' after clicking on the link is:

(link-reveal: "they/them")[(set: $title to "Mx")(set: $psubject to "they")(set: $Psubject to "They")(set: $pobject to "them")(set: $Pobject to "Them")(set: $possessivepro to "theirs")(set: $possessiveadj to "their")(set: $preflexive to "themself")(set: $Possessiveadj to "Their")(go-to: "start")]

And then the actual text before the player chooses a variable looks like this:

"When $psubject reached home, $psubject found $possessiveadj servant waiting up for $pobject."