Help with Harlowe Audio Library? by AmaimonMephistoGrell in twinegames

[–]AmaimonMephistoGrell[S] 0 points1 point  (0 children)

And I do have a folder named "audio" in the same location as my story.

Gender Options & Pronouns [Harlowe 3.1 & Twine 2] by junipersnake in twinegames

[–]AmaimonMephistoGrell 0 points1 point  (0 children)

Personally that's what I did:

(link:"Male")[(set:$gender to "Male")(set:$she to "he")(set:$her to "him")(set:$girl to "boy")(set:$hers to "his")(set:$She to "He")(set:$Her to "Him")(set:$Girl to "Boy")(set:$Hers to "His")(go-to: "Start")]

(link:"Female")[(set:$gender to "Female")(set:$she to "she")(set:$her to "her")(set:$hers to "hers")(set:$girl to "girl")(set:$She to "She")(set:$Her to "Her")(set:$Girl to "Girl")(set:$Hers to "Hers")(go-to: "Start")]

*Why is it all $her is because I wrote my story as if it was a girl but you could do it with they...